Files
vue3-element-admin/tsconfig.node.json
郝先瑞 5b033246bc chore: 🔨 修改tsconfg配置
Former-commit-id: 9e10fb7eaca1df1e77e9fc14db2ca9e9cbee0c33
2023-04-15 23:50:29 +08:00

10 lines
184 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}