1 Star 0 Fork 0

数字建造中心前端开发小组/suit-model-chunk-uploader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhujunzhujunzhu 提交于 2024-12-16 14:01 . feat: 设置配置处理
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"lib": ["esnext", "dom"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowSyntheticDefaultImports": true /* 允许默认导入 */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"jsx": "preserve",
"jsxFactory": "h",
"noImplicitAny": false,
"jsxImportSource": "vue",
"jsxFragmentFactory": "Fragment",
"declaration": true,
"esModuleInterop": true
},
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs"
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["dist", "**/*.js"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/digital-construction-center_1/suit-model-chunk-uploader.git
git@gitee.com:digital-construction-center_1/suit-model-chunk-uploader.git
digital-construction-center_1
suit-model-chunk-uploader
suit-model-chunk-uploader
master

搜索帮助