1
0
kolaente
2023-04-28 09:16:54 +02:00
parent e5754300de
commit ca9fe6ff21
4 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,8 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"extends": [
"@tsconfig/node18/tsconfig.json",
"@vue/tsconfig/tsconfig.json"
],
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "env.config.d.ts"],
"compilerOptions": {
"composite": true,