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

19 lines
303 B
JSON

{
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedParameters": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"],
"$vtj/*": [".vtj/*"]
}
},
"include": ["src"],
"exclude": [".vtj"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}