playwright/tests/components/ct-vue-vite/tsconfig.node.json

9 lines
212 B
JSON
Raw Normal View History

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