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

14 lines
303 B
JSON
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"extends": "./tsconfig.app.json",
"include": ["playwright", "src/**/*", "tests/**/*"],
"compilerOptions": {
"allowJs": true,
"composite": true,
"lib": [],
"jsx": "react-jsx",
"types": ["node"],
"noUncheckedSideEffectImports": false,
"ignoreDeprecations": "6.0"
}
}