playwright/tests/components/ct-vue-cli/tsconfig.app.json

14 lines
266 B
JSON
Raw Normal View History

2022-10-20 22:33:25 +02:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
2022-10-20 22:33:25 +02:00
"include": ["src/**/*", "src/**/*.vue"],
"exclude": ["src/**/*.spec.*/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"*": ["_"],
2022-10-20 22:33:25 +02:00
}
}
}