Skip to content

Instantly share code, notes, and snippets.

@tlaitinen
Created May 22, 2018 11:55
Show Gist options
  • Select an option

  • Save tlaitinen/72aac59cef2cc68358696908c40004e9 to your computer and use it in GitHub Desktop.

Select an option

Save tlaitinen/72aac59cef2cc68358696908c40004e9 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "../../dist/frontend",
"sourceMap": true,
"esModuleInterop": true,
"noImplicitAny": true,
"strict": true,
"module": "commonjs",
"target": "es5",
"jsx": "react",
"noUnusedLocals": true,
"noUnusedParameters": true,
"lib": [
"es2017",
"dom"
]
},
"include": [
"./**/*"
],
"exclude": [
"**/*.test.*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment