bundle up all strict typechecking option to the --strict flag

This commit is contained in:
Resi Respati
2017-11-23 01:44:22 +07:00
parent 0de6251ea2
commit 5678e181e7

View File

@@ -5,12 +5,9 @@
"outDir": "dist", "outDir": "dist",
"baseUrl": "src/", "baseUrl": "src/",
"sourceMap": true, "sourceMap": true,
"alwaysStrict": true, "strict": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"noImplicitAny": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noImplicitThis": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"allowUnreachableCode": false, "allowUnreachableCode": false,
"types": [ "types": [