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,
|
||||
"esModuleInterop": true,
|
||||
"strictNullChecks": true,
|
||||
"alwaysStrict": true,
|
||||
"incremental": true,
|
||||
"paths": {
|
||||
"@services/*": [
|
||||
|
|
Loading…
Reference in New Issue