Skip to content

Instantly share code, notes, and snippets.

@johnculviner
Last active August 14, 2019 19:42
Show Gist options
  • Save johnculviner/806318cf943c81e76a43688a5b1e64cf to your computer and use it in GitHub Desktop.
Save johnculviner/806318cf943c81e76a43688a5b1e64cf to your computer and use it in GitHub Desktop.
jsconfigjson
{
"compilerOptions": {
"target": "ES6",
"lib": ["es2017"],
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": "./src/",
"checkJs": true,
"jsx": "react",
"paths": {
"*": ["*"]
}
},
"exclude": ["node_modules", "**/node_modules/*", "./build"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment