Created
October 9, 2018 09:30
-
-
Save lancetw/4bf13863455498214c4dc10c703c78bd 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
{ | |
"compilerOptions": { | |
"allowSyntheticDefaultImports": true, | |
"declaration": false, | |
"emitDecoratorMetadata": true, | |
"experimentalDecorators": true, | |
"lib": ["dom", "es2015"], | |
"module": "es2015", | |
"moduleResolution": "node", | |
"sourceMap": true, | |
"target": "es5" | |
}, | |
"include": ["src/**/*.ts"], | |
"exclude": ["node_modules", "src/**/*.spec.ts", "src/**/__tests__/*.ts"], | |
"compileOnSave": false, | |
"atom": { | |
"rewriteTsconfig": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment