Skip to content

Instantly share code, notes, and snippets.

@famzil
Last active October 18, 2020 08:03
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 famzil/a105d75d176d5c37737c7041aa895a41 to your computer and use it in GitHub Desktop.
Save famzil/a105d75d176d5c37737c7041aa895a41 to your computer and use it in GitHub Desktop.
NoUnusedLocals
{
"compilerOptions": {
"experimentalDecorators": true
},
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"module": "es2020",
"lib": [
"es2018",
"dom"
],
"noUnusedLocals":true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment