cultivation-admin/tsconfig.config.json

9 lines
157 B
JSON
Raw Permalink Normal View History

2023-12-21 10:38:39 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}