Skip to content

Instantly share code, notes, and snippets.

@kasper573
Created December 24, 2017 13:26
Show Gist options
  • Save kasper573/4261d7c59527d9bad4fbca60566be36f to your computer and use it in GitHub Desktop.
Save kasper573/4261d7c59527d9bad4fbca60566be36f to your computer and use it in GitHub Desktop.
{
"exclude": [
"node_modules"
],
"compilerOptions": {
"baseUrl": ".",
"allowJs": false,
"checkJs": false,
"experimentalDecorators": true,
"noImplicitAny": true,
"moduleResolution": "node",
"module": "commonjs",
"target": "es2017",
"jsx": "react"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment