Files
AI/참고/playwright-main/tests/components/ct-vue-cli/tsconfig.app.json

14 lines
266 B
JSON
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["src/**/*", "src/**/*.vue"],
"exclude": ["src/**/*.spec.*/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"*": ["_"],
}
}
}