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

9 lines
211 B
JSON
Raw Normal View History

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