{ "extends": "@vue/tsconfig/tsconfig.node.json", "include": ["vite.config.*"], "compilerOptions": { "composite": true, "types": ["node", "vitest","vitest/globals"], // Workaround for https://github.com/vuejs/tsconfig/issues/6 "preserveValueImports": false, "importsNotUsedAsValues": "remove", "verbatimModuleSyntax": true, // End of the workaround } }