Created
December 24, 2017 13:26
-
-
Save kasper573/4261d7c59527d9bad4fbca60566be36f 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
{ | |
"exclude": [ | |
"node_modules" | |
], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"allowJs": false, | |
"checkJs": false, | |
"experimentalDecorators": true, | |
"noImplicitAny": true, | |
"moduleResolution": "node", | |
"module": "commonjs", | |
"target": "es2017", | |
"jsx": "react" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment