1 Star 0 Fork 37

河南波波网络科技有限公司/mtbird

forked from 星搭StaringOS/mtbird 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1019 Bytes
一键复制 编辑 原始数据 按行查看 历史
GeorgeZouQ 提交于 2022-11-30 11:16 . chore: first commit for open source
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"lib": ["esnext", "dom", "dom.iterable"],
"jsx": "react",
"baseUrl": "./",
"allowJs": true,
"pretty": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"downlevelIteration": true,
"strict": true,
"noImplicitThis": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": true,
"suppressImplicitAnyIndexErrors": true,
"useUnknownInCatchVariables": false
},
"exclude": [
"node_modules",
"**/node_modules",
"**/scripts",
"**/dist/**",
"**/example",
"**/test/**",
"**/__tests__/**",
"**/mock/**",
"**/__mock__/**"
],
"compileOnSave": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zkii/mtbird.git
[email protected]:zkii/mtbird.git
zkii
mtbird
mtbird
master

搜索帮助