playwright/tests/components/ct-vue-vite/tsconfig.json

13 lines
280 B
JSON
Raw Permalink Normal View History

2022-10-20 22:33:25 +02:00
{
2024-06-22 00:50:10 +02:00
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*", "playwright"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"*": ["_"],
2022-10-20 22:33:25 +02:00
},
"ignoreDeprecations": "5.0"
2024-06-22 00:50:10 +02:00
}
2022-10-20 22:33:25 +02:00
}