1 Star 0 Fork 50

lixh80 / mars3d-vue-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2022-05-29 11:51 . 新版本UI调整
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"strictNullChecks": false,
"jsx": "preserve",
"allowJs": true,
"sourceMap": true,
"alwaysStrict": true,
"noImplicitAny": false,
"experimentalDecorators": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"isolatedModules": false,
"baseUrl": ".",
"outDir": "dist",
"types": ["vite/client", "node"],
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"paths": {
"@mars/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules", "src/**/*.js", "dist"]
}
JavaScript
1
https://gitee.com/xinhuasfot/mars3d-vue-project.git
git@gitee.com:xinhuasfot/mars3d-vue-project.git
xinhuasfot
mars3d-vue-project
mars3d-vue-project
master

搜索帮助