playwright/tests/components/ct-vue2-cli/tsconfig.app.json
2023-01-12 10:46:15 -08:00

12 lines
211 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["src/**/*", "src/**/*.vue"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}