Skip to content

Instantly share code, notes, and snippets.

@madox2
Created November 17, 2018 08:43
Show Gist options
  • Save madox2/be04b07cc0a8e6d326f9f50cc1ec0fc6 to your computer and use it in GitHub Desktop.
Save madox2/be04b07cc0a8e6d326f9f50cc1ec0fc6 to your computer and use it in GitHub Desktop.
Default config for js projects
{
"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