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