Created
January 29, 2020 15:38
-
-
Save cmilfont/9fbb2fdc2a26c3948acb93b5401e52ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"target": "ES2017", | |
"module": "CommonJS", | |
"moduleResolution": "node", | |
"outDir": "./build", | |
"emitDecoratorMetadata": true, | |
"experimentalDecorators": true, | |
"sourceMap": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment