Skip to content

Instantly share code, notes, and snippets.

@giovannigiordano
Last active April 11, 2019 17:58
Show Gist options
  • Save giovannigiordano/c6105f06c2b9f5a19814b20b955a3d82 to your computer and use it in GitHub Desktop.
Save giovannigiordano/c6105f06c2b9f5a19814b20b955a3d82 to your computer and use it in GitHub Desktop.
JSConfig for ES6 React Project
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"jsx": "react",
"alwaysStrict": true
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment