playwright/tests/components/ct-vue2-cli/tsconfig.app.json
2022-10-20 13:33:25 -07:00

13 lines
245 B
JSON

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