Skip to content

Commit 3e69246

Browse files
chore: Update tsconfig.json to skip library check (#388)
1 parent 4212948 commit 3e69246

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
@@ -11,6 +11,7 @@
1111
"noUnusedParameters": true,
1212
"outDir": "dist/esm",
1313
"sourceMap": true,
14+
"skipLibCheck": true,
1415
"target": "es2017"
1516
},
1617
"files": ["src/index.ts"]

0 commit comments

Comments
 (0)