Skip to content

Instantly share code, notes, and snippets.

@kasper573
Created September 8, 2018 18:36
Show Gist options
  • Save kasper573/0f31dcd28361d29bf1dbac33bc67dc32 to your computer and use it in GitHub Desktop.
Save kasper573/0f31dcd28361d29bf1dbac33bc67dc32 to your computer and use it in GitHub Desktop.
{
"exclude": [
"node_modules"
],
"compilerOptions": {
"baseUrl": "src",
"allowJs": false,
"checkJs": false,
"sourceMap": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"keyofStringsOnly": true,
"moduleResolution": "node",
"module": "commonjs",
"target": "es2015",
"lib": ["es2017", "dom"],
"jsx": "react"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment