Skip to content

Commit 16c1e2d

Browse files
committed
build(tsconfig): update to strict mode
1 parent 775f590 commit 16c1e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"experimentalDecorators": true,
1010
"sourceMap": true,
1111
"rootDir": "src",
12+
"strict": true,
1213
"outDir": "lib",
1314
"esModuleInterop": true,
1415
"types": ["node", "jest"]

0 commit comments

Comments
 (0)