1 Star 0 Fork 239

jonty / Lumen-IM

forked from 镜花 / Lumen-IM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 893 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
gzydong 提交于 2023-11-28 23:52 . feat:优化代码
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"jsx": "preserve",
"baseUrl": ".",
"allowJs": true,
"sourceMap": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"types": [
"vite/client"
],
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"@/*": [
"src/*"
],
"/#/*": [
"types/*"
]
}
},
"include": [
"env.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"assets/**/*.jpg"
],
}
JavaScript
1
https://gitee.com/jonty75/LumenIM.git
git@gitee.com:jonty75/LumenIM.git
jonty75
LumenIM
Lumen-IM
master

搜索帮助