Skip to content

Commit 7f3e22f

Browse files
committed
Fix build by skipping libs ts check
1 parent 93ba636 commit 7f3e22f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"outDir": "./dist",
1111
"rootDir": "./src",
1212
"baseUrl": "./",
13-
"noLib": false
13+
"noLib": false,
14+
"skipLibCheck": true
1415
},
1516
"include": ["src/**/*.ts"],
1617
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)