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.vite-config.json

8 lines
200 B
JSON
Raw Normal View History

2022-04-10 00:40:15 +00:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
2022-05-22 14:20:06 +00:00
"include": ["vite.config.*", "env.d.ts", "./src/version.json"],
2022-04-10 00:40:15 +00:00
"compilerOptions": {
"composite": true,
"types": ["node", "vitest"]
}
}