1 Star 0 Fork 77

张兴龙/金合技术中台Web端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.node.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
树人 提交于 2023-06-12 14:55 . feat: 新版UI提交
{
"compilerOptions": {
"strict": true,
"composite": true,
"module": "ESNext",
"jsx": "preserve",
"lib": [
"ESNext",
"DOM"
],
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"types": [
"vite/client",
"element-plus/global",
"vite-plugin-pages/client",
"vite-plugin-vue-layouts/client",
"@intlify/unplugin-vue-i18n/messages",
"./src/global/types/auto-imports",
"./src/global/types/components",
"./src/global/types/global",
"./src/global/types/shims"
]
},
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
],
"#/*": [
"src/MainApp/types/*"
],
"@t/*": [
"types/*"
],
"@g/*": [
"src/global/*"
],
"@api/*": [
"src/global/api/*"
],
"@e/*": [
"src/global/enums/*"
],
"@main/*": [
"src/MainApp/*"
],
"@micro/*": [
"src/MicroApp/*"
]
},
"include": [
"package.json",
"vite.config.ts",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/z550/iking-platform-web.git
git@gitee.com:z550/iking-platform-web.git
z550
iking-platform-web
金合技术中台Web端
dev

搜索帮助