stadtratmonitor-vue/tsconfig.node.json

10 lines
245 B
JSON
Raw Normal View History

2023-06-07 17:31:37 +02:00
{
"extends": "@tsconfig/node18/tsconfig.json",
2023-06-21 18:51:54 +02:00
"include": [ "vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*" ],
2023-06-07 17:31:37 +02:00
"compilerOptions": {
"composite": true,
"module": "ESNext",
2023-06-21 18:51:54 +02:00
"types": [ "node" ]
2023-06-07 17:31:37 +02:00
}
}