Skip to content

Commit 0ca5249

Browse files
committed
Typescript: Don't check types of library dependencies
"Both TypeScript and Vue minor version updates, though as widely tested as they can go, still have chances to break existing type definitions. Users' projects should not break because of code they can't control." vuejs/pinia#2605 vuejs/vue-cli#5688
1 parent b680cd9 commit 0ca5249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"jsx": "preserve",
88
"moduleResolution": "node",
99
"isolatedModules": true,
10+
"skipLibCheck": true,
1011
"allowSyntheticDefaultImports": true,
1112
"allowJs": false,
1213
"sourceMap": true,

0 commit comments

Comments
 (0)