1 Star 0 Fork 363

西瓜皮 / icegl-three-vue-tres

forked from ICEGL / icegl-three-vue-tres 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
地虎降天龙 提交于 2024-03-07 10:30 . 1、修复了一些小的问题
{
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"target": "esnext",
"types": [
"./common/vite-plugin-glsl/vite-plugin-glsl-ext.d.ts"
],
"lib": [
"esnext",
"dom"
],
"sourceMap": true,
"baseUrl": ".",
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"ignoreDeprecations": "5.0",
"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"
]
}
1
https://gitee.com/xiguapi027/icegl-three-vue-tres.git
git@gitee.com:xiguapi027/icegl-three-vue-tres.git
xiguapi027
icegl-three-vue-tres
icegl-three-vue-tres
master

搜索帮助