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

9 lines
162 B
JSON
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}