1 Star 0 Fork 755

sweeter/icegl-three-vue-tres

forked from ICEGL/icegl-three-vue-tres 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
地虎降天龙 提交于 2023-11-21 12:38 +08:00 . 修复了 跨平台 报错的问题
{
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"target": "esnext",
"types": [],
"lib": [
"esnext",
"dom"
],
"sourceMap": true,
"baseUrl": ".",
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"allowJs": true,
"experimentalDecorators": true,
"strict": true,
"paths": {
"@/*": [
"./src/*"
],
"PLS/*": [
"./src/plugins/*"
],
"@@/*": [
"./src/.fes/*"
]
}
},
"include": [
"*.js",
".fes*.js",
"src/**/*",
"typings/**/*",
"config/**/*"
],
"exclude": [
"build",
"dist",
"scripts",
"webpack",
"jest",
"node_modules"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sweeter-open/icegl-three-vue-tres.git
git@gitee.com:sweeter-open/icegl-three-vue-tres.git
sweeter-open
icegl-three-vue-tres
icegl-three-vue-tres
master

搜索帮助