frontend/tsconfig.config.json

8 lines
214 B
JSON
Raw Permalink Normal View History

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