Skip to content

Commit cc27006

Browse files
committed
Remove TypeScript skipLibCheck option
Now that the types are fixed, we don't need this, and it will provide stricter typing going forward.
1 parent e0224d2 commit cc27006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"allowJs": true,
88
"strict": true,
99
"noEmit": true,
10-
"skipLibCheck": true,
1110
"lib": [
1211
"ES2020.Promise",
1312
"DOM"

0 commit comments

Comments
 (0)