Created
September 6, 2018 14:30
-
-
Save techitesh/411ea57f28658c1eab580e6f38015231 to your computer and use it in GitHub Desktop.
tsconfig
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": "es6", | |
"noImplicitAny": false, | |
"rootDir": "./src", | |
"outDir": "./build", | |
"sourceMap": false | |
}, | |
"exclude": [ | |
"node_modules" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment