mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: skip lib check with vue-tsc test
This commit is contained in:
parent
5eb1b32f62
commit
90ffd81704
1
test/fixtures/vue-tsc/tsconfig.json
vendored
1
test/fixtures/vue-tsc/tsconfig.json
vendored
@ -3,6 +3,7 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
"module": "ES2022",
|
"module": "ES2022",
|
||||||
|
"skipLibCheck": true,
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
|
Loading…
Reference in New Issue
Block a user