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

12 lines
211 B
JSON
Raw Normal View History

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