Condense strict compiler options flags to strict: true

This commit is contained in:
Lukas Tetzlaff 2018-04-29 19:45:12 +02:00
parent 38df0cfb24
commit d5cb95e87b

View file

@ -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": [