Created
November 17, 2018 08:43
-
-
Save madox2/be04b07cc0a8e6d326f9f50cc1ec0fc6 to your computer and use it in GitHub Desktop.
Default config for js projects
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": { | |
"checkJs": false, | |
"allowJs": true, | |
"noEmitOnError": true, | |
"noEmit": true, | |
"target": "es6", | |
"module": "commonjs", | |
"jsx": "react" | |
}, | |
"exclude": ["node_modules"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment