1 Star 0 Fork 0

Bex/web_base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Bex 提交于 2024-06-26 09:31 . Feat: 增加相关工具
{
"compilerOptions": {
"types": ["vite/client"],
"resolveJsonModule": true,
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"lib": ["ES2017", "DOM", "DOM.Iterable"],
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowImportingTsExtensions": true,
"isolatedModules": true,
"jsx": "react-jsx",
"noEmit": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"],
"@public/*": ["./public/*"],
"@_custom/*": ["./src/_custom/*"],
"@static/*": ["./src/static/*"],
"@router/*": ["./src/router/*"],
"@tools/*": ["./src/tools/*"],
"@services/*": ["./src/services/*"],
"@components/*": ["./src/components/*"],
"@views/*": ["./src/views/*"],
"@store/*": ["./src/store/*"]
}
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/doubleam/web_base.git
git@gitee.com:doubleam/web_base.git
doubleam
web_base
web_base
main

搜索帮助