Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 293bec5

Browse files
committed
use strict mode
Signed-off-by: 迷渡 <justjavac@gmail.com>
1 parent 8043bb8 commit 293bec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"allowSyntheticDefaultImports": true,
1212
"lib": ["es6"],
1313
"strict": true,
14+
"alwaysStrict": true,
15+
"strictNullChecks": true,
1416
"baseUrl": "./src"
1517
},
1618
"include": ["./src/**/*.ts", "types/**/*.d.ts"]

0 commit comments

Comments
 (0)