This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/tsconfig.config.json

14 lines
254 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"env.config.d.ts",
"package.json",
"vite.config.*",
"vitest.config.*",
"cypress.config.*"
],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}