4 Star 11 Fork 3

蔡永祥/三维编辑器一期

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
蔡永祥 提交于 2023-01-28 16:30 . 上传代码
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["node"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.js"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caiyongxiang/phase-i-of-3d-editor.git
[email protected]:caiyongxiang/phase-i-of-3d-editor.git
caiyongxiang
phase-i-of-3d-editor
三维编辑器一期
master

搜索帮助