Skip to content

Commit 23331db

Browse files
committed
Add skipLibCheck to SDK tsconfig
1 parent ccc18a9 commit 23331db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"outDir": "./dist",
44
"lib": ["dom", "dom.iterable", "esnext"],
5+
"skipLibCheck": true,
56
"module": "commonjs",
67
"target": "ES2019",
78
"declaration": true,

0 commit comments

Comments
 (0)