Skip to content

Commit a1df55b

Browse files
committed
🔧 tsconfig: Temporarily disable libCheck
See Akryum/floating-vue#459
1 parent 826c22b commit a1df55b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"types": [
2626
"@types/node",
2727
"@nuxt/types"
28-
]
28+
],
29+
"skipLibCheck": true
2930
},
3031
"exclude": [
3132
"node_modules/**",

0 commit comments

Comments
 (0)