Skip to content

Instantly share code, notes, and snippets.

@andrewle
Created June 27, 2019 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewle/01506f8d07e06f12b2e868fe80069e35 to your computer and use it in GitHub Desktop.
Save andrewle/01506f8d07e06f12b2e868fe80069e35 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"strict": true,
"noUnusedLocals": true,
"strict": true,
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "dom"],
"module": "es6",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5",
"jsx": "react",
},
"exclude": [
"**/*.spec.ts",
"node_modules",
"vendor",
"public",
"**/**/__tests__/*-test.ts"
],
"compileOnSave": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment