Created
August 26, 2016 22:07
-
-
Save RWOverdijk/0ca7e654b40d82288262738ef3bed6c0 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
| { | |
| "version": "2.0.0", | |
| "compileOnSave": true, | |
| "compilerOptions": { | |
| "moduleResolution": "node", | |
| "target": "es2015", | |
| "module": "commonjs", | |
| "experimentalDecorators": true, | |
| "emitDecoratorMetadata": true, | |
| "outDir": "build", | |
| "lib": [ | |
| "es5", | |
| "es6", | |
| "es7" | |
| ] | |
| }, | |
| "lib": "es2015", | |
| "exclude": [ | |
| ".*", | |
| "node_modules", | |
| "coverage", | |
| "typings" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment