1 Star 0 Fork 100

utrustme/vis-three

forked from Shiotsuki/vis-three 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shiotsuki 提交于 2024-06-23 16:02 . feat:0.7.0 core and root
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": false,
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"moduleResolution": "bundler",
"strict": true,
"sourceMap": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noImplicitAny": false,
"declaration": true
},
"include": ["./index.ts"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/utrustme/vis-three.git
git@gitee.com:utrustme/vis-three.git
utrustme
vis-three
vis-three
main

搜索帮助