1 Star 0 Fork 97

裔敏宰/mars3d-vue-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2023-10-18 09:55 . 同步代码
{
"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/33445/mars3d-vue-example.git
git@gitee.com:33445/mars3d-vue-example.git
33445
mars3d-vue-example
mars3d-vue-example
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385