1 Star 0 Fork 0

王茂铭/kingdee-cosmic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
王茂铭 提交于 2024-08-22 14:10 . first commit
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"jsx": "preserve",
"moduleResolution": "node",
"rootDir": "./src",
"baseUrl": ".", // 这里假设 tsconfig.json 在项目根目录下
"paths": {
"@hooks/*": ["src/hooks/*"],
"@utils/*": ["src/utils/*"],
"@components/*": ["src/components/*"],
"@*": ["src*"]
},
"strict": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"importHelpers": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
},
"include": ["src", "global.d.ts", "src/**/*.vue", "src/**/*.tsx", "src/**/*.ts"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangmaoming/kingdee-cosmic.git
git@gitee.com:wangmaoming/kingdee-cosmic.git
wangmaoming
kingdee-cosmic
kingdee-cosmic
master

搜索帮助