Skip to content

Instantly share code, notes, and snippets.

@kasper573
Created December 7, 2017 05:34
Show Gist options
  • Save kasper573/71feb95489c2d5dcfd446de20875e1d3 to your computer and use it in GitHub Desktop.
Save kasper573/71feb95489c2d5dcfd446de20875e1d3 to your computer and use it in GitHub Desktop.
{
"exclude": [
"node_modules",
"**/*.test.*"
],
"compilerOptions": {
"baseUrl": ".",
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": true,
"moduleResolution": "node",
"module": "commonjs",
"target": "es2015",
"jsx": "react",
"types": [
"webpack-env",
"node"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment