Skip to content

Commit a252569

Browse files
committed
rollup in vite can't be typechecked by tsc only if common js
1 parent 44c94f7 commit a252569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.cjs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"sourceMap": true,
66
"declarationMap": true,
77
"declaration": true,
8-
"rootDirs": ["lib"]
8+
"rootDirs": ["lib"],
9+
"skipLibCheck": true
910
},
1011
"include": [
1112
"lib/**/*.ts",

0 commit comments

Comments
 (0)