Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 4326207

Browse files
committed
chore(tsconfig): add "sourceMap": true and "strictNullChecks": true
1 parent aa28b06 commit 4326207

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
@@ -18,6 +18,8 @@
1818
],
1919
"*": ["types/*"]
2020
},
21+
"sourceMap": true,
22+
"strictNullChecks": true,
2123
"strictPropertyInitialization": false,
2224
"target": "es5",
2325
"types": [

0 commit comments

Comments
 (0)