low-code/apps/renderer/tsconfig.node.json
wangxuefeng 8e6d5887ac Revert "chore: 批量升级 axios 依赖,剔除无用的模板代码"
This reverts commit 51e1e3877a4a3c0859db5e758410321fc0bd8afc.
2025-02-27 16:24:41 +08:00

11 lines
213 B
JSON

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