test: fix ct-vue-vite tests (#31406)

This commit is contained in:
Max Schmitt 2024-06-22 00:50:10 +02:00 committed by GitHub
parent 136fb996d1
commit 2285bcd55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 11 deletions

View File

@ -13,8 +13,8 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/tsconfig": "^0.1.3",
"@vue/tsconfig": "^0.5.1",
"vite": "^5.2.8",
"vue-tsc": "^1.0.0"
"vue-tsc": "^2.0.21"
}
}

View File

@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*", "playwright"],
"compilerOptions": {
"baseUrl": ".",
@ -8,11 +8,5 @@
"*": ["_"],
},
"ignoreDeprecations": "5.0"
},
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
}

View File

@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["vite.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,