build: turn on alwaysStrict
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/900/head
parent
4de74e0af1
commit
d94841ad6b
|
@ -15,6 +15,7 @@
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
|
"alwaysStrict": true,
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@services/*": [
|
"@services/*": [
|
||||||
|
|
Loading…
Reference in New Issue