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"
|
||||
],
|
||||
"stripInternal": true,
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"alwaysStrict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue