1 Star 0 Fork 99

zzer/mars3d-vue-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 822 Bytes
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2022-02-12 21:35 . v3.2优化及规范整理
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"strictNullChecks": false,
"jsx": "preserve",
"allowJs": true,
"sourceMap": true,
"noImplicitAny": false,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
},
"lib": [
"esnext",
"dom"
]
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"vite.config.ts"
],
"exclude": [
"node_modules",
"tests/server/**/*.ts",
"src/**/*.js",
"dist"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhanxi/mars3d-vue-example.git
git@gitee.com:zhanxi/mars3d-vue-example.git
zhanxi
mars3d-vue-example
mars3d-vue-example
master

搜索帮助