Skip to content

Commit 9994707

Browse files
committed
Add skipLibCheck
1 parent 53a01e1 commit 9994707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/TypeScript-DOM-lib-generator/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"sourceMap": true,
1010
"noUnusedLocals": false,
1111
"noUnusedParameters": true,
12-
"resolveJsonModule": true
12+
"resolveJsonModule": true,
13+
"skipLibCheck": true
1314
},
1415
"include": [
1516
"./src"

0 commit comments

Comments
 (0)