Created
December 7, 2017 05:34
-
-
Save kasper573/71feb95489c2d5dcfd446de20875e1d3 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", | |
"**/*.test.*" | |
], | |
"compilerOptions": { | |
"baseUrl": ".", | |
"experimentalDecorators": true, | |
"sourceMap": true, | |
"noImplicitAny": true, | |
"moduleResolution": "node", | |
"module": "commonjs", | |
"target": "es2015", | |
"jsx": "react", | |
"types": [ | |
"webpack-env", | |
"node" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment