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

13 lines
230 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
}
}
}