1 Star 0 Fork 99

木头/mars3d-vue-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2022-07-15 15:32 . 同步v3.4.0代码
{
"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,
"outDir": "dist",
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
],
"isolatedModules": false,
"types": ["vite/client", "node"],
"baseUrl": ".",
"paths": {
"@mars/*": [
"src/*"
]
}
},
"vueCompilerOptions": {
"experimentalDisableTemplateSupport": true
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"exclude": [
"node_modules",
"src/**/*.js",
"dist"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/70981415/mars3d-vue-example.git
git@gitee.com:70981415/mars3d-vue-example.git
70981415
mars3d-vue-example
mars3d-vue-example
master

搜索帮助