Skip to content

Commit cf10c6b

Browse files
committed
Actually check .d.ts files
1 parent 2c673a7 commit cf10c6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "../node_modules/kcd-scripts/shared-tsconfig.json",
3+
"compilerOptions": {
4+
"skipLibCheck": true
5+
},
36
"include": ["."]
47
}

0 commit comments

Comments
 (0)