Condense strict compiler options flags to strict: true
This commit is contained in:
parent
38df0cfb24
commit
d5cb95e87b
1 changed files with 1 additions and 6 deletions
|
|
@ -13,16 +13,11 @@
|
||||||
"es2017.sharedmemory"
|
"es2017.sharedmemory"
|
||||||
],
|
],
|
||||||
"stripInternal": true,
|
"stripInternal": true,
|
||||||
"noImplicitAny": true,
|
"strict": true,
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
"noImplicitThis": true,
|
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"strictNullChecks": true,
|
|
||||||
"strictFunctionTypes": true,
|
|
||||||
"strictPropertyInitialization": true,
|
|
||||||
"alwaysStrict": true,
|
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue