playwright/tests/components/ct-vue-vite/tsconfig.json
2024-06-22 00:50:10 +02:00

13 lines
280 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*", "playwright"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"*": ["_"],
},
"ignoreDeprecations": "5.0"
}
}