Skip to content

Instantly share code, notes, and snippets.

@brudil
Created November 24, 2017 15:26
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 brudil/dfe67f9b43f3b32090ddd8b5ccf038f1 to your computer and use it in GitHub Desktop.
Save brudil/dfe67f9b43f3b32090ddd8b5ccf038f1 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": [
"dom",
"es2015",
"es2016",
"es2017"
],
"jsx": "preserve",
"target": "es2016",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"skipLibCheck": true,
"allowJs": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment