1 Star 2 Fork 0

HZY/hzy-admin-spa-ui-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
HZY 提交于 2022-12-02 15:59 . 🎉
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
],
"skipLibCheck": true,
//
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
// 如果您使用 Volar,请在 tsconfig.json 中通过 compilerOptions.type 指定全局组件类型。
"types": [
"unplugin-vue-macros/macros-global",
"ant-design-vue/typings/global",
"@types/node",
"vxe-table/types/vxe-table"
],
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/*.tsx",
"src/*.js"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hzy6/hzy-admin-spa-ui-ts.git
git@gitee.com:hzy6/hzy-admin-spa-ui-ts.git
hzy6
hzy-admin-spa-ui-ts
hzy-admin-spa-ui-ts
master

搜索帮助

B5391ef3 8829481 3d7a4017 8829481