playwright/tests/components/ct-vue-cli/tsconfig.config.json

9 lines
163 B
JSON
Raw Normal View History

2022-10-20 22:33:25 +02:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}