add alwaysStrict flag to client/tsconfig.json (#1280)

pull/1281/head
BO41 2018-10-15 14:35:18 +02:00 committed by Rigel Kent
parent 12b119c05a
commit 5b3f86dd80
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"alwaysStrict": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"