仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
threeDemo1
Three.js 添加obj模型,旋转,加速,减速功能
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
系统初始化
suerprisePlus
2024-06-04
0b8adfd8269ecbe4a5f720a491a7659335388f1d
[~shiwenshuai/threeDemo1.git]
/
tsconfig.node.json
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}