Created
October 18, 2015 05:54
-
-
Save ludohenin/ce700dde21ad986d26a5 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"version": "1.6.0", | |
"compilerOptions": { | |
"target": "es5", | |
"module": "commonjs", | |
"declaration": false, | |
"noImplicitAny": false, | |
"removeComments": true, | |
"noLib": false, | |
"emitDecoratorMetadata": true, | |
"experimentalDecorators": true, | |
"sourceMap": true | |
}, | |
"files": [ | |
], | |
"filesGlob": [ | |
], | |
"compileOnSave": false, | |
"exclude": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment