Skip to content

Commit 2cbbb38

Browse files
committed
set tsconfig skipLibCheck to false to resolve npm run test.ci command issue
1 parent f282ca6 commit 2cbbb38

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
@@ -1,6 +1,7 @@
11
{
22
"compileOnSave": false,
33
"compilerOptions": {
4+
"skipLibCheck": true,
45
"baseUrl": "./",
56
"outDir": "./dist/out-tsc",
67
"sourceMap": true,

0 commit comments

Comments
 (0)