Skip to content

Commit ebde106

Browse files
committed
Add strict to tsconfig.json
1 parent 73383c5 commit ebde106

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"checkJs": true,
1010
"declaration": true,
1111
"emitDeclarationOnly": true,
12-
"skipLibCheck": true
12+
"skipLibCheck": true,
13+
"strict": true
1314
}
1415
}

0 commit comments

Comments
 (0)