Created
September 25, 2017 20:43
-
-
Save artfuldev/888d1561b44d9b865c0a39c1e250c57a 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": { | |
"outDir": "./dist/", | |
"target": "es5", | |
"module": "esnext", | |
"moduleResolution": "node", | |
"sourceMap": true, | |
"experimentalDecorators": true, | |
"lib": [ "dom", "es6", "es5" ] | |
}, | |
"include": [ | |
"./src/**/*" | |
], | |
"exclude": [ | |
"./src/**/*.spec.ts" | |
], | |
"compileOnSave": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment