Skip to content

Commit 8131481

Browse files
chore(typescript): Skip lib checks
1 parent f16f4c8 commit 8131481

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
@@ -7,6 +7,7 @@
77
"target": "es5",
88
"lib": [ "es6", "dom" ],
99
"allowSyntheticDefaultImports": true,
10+
"skipLibCheck": true,
1011
"rootDir": "src",
1112
"outDir": "lib",
1213
"declaration": true,

0 commit comments

Comments
 (0)