1 Star 0 Fork 50

Eric / mars3d-vue-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2024-02-20 23:39 . 同步代码
{
"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", "packages/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules", "src/**/*.js", "dist"]
}
JavaScript
1
https://gitee.com/xuzhongzhong/mars3d-vue-project.git
git@gitee.com:xuzhongzhong/mars3d-vue-project.git
xuzhongzhong
mars3d-vue-project
mars3d-vue-project
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891