2 Star 11 Fork 10

L/flat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.base.json 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
straybugs 提交于 2022-08-18 12:17 . chore(project): add node to tsconfig
{
"compilerOptions": {
"target": "es2017",
"jsx": "react",
"types": ["vite/client", "node"],
"allowJs": true,
"strict": true,
"alwaysStrict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"allowUnreachableCode": false,
"strictPropertyInitialization": true,
"strictBindCallApply": true,
"noImplicitAny": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noImplicitOverride": true,
"esModuleInterop": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"useUnknownInCatchVariables": false,
"noEmit": true,
"removeComments": true,
"sourceMap": true,
"moduleResolution": "Node",
"resolveJsonModule": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
"include": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Relict/flat.git
git@gitee.com:Relict/flat.git
Relict
flat
flat
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385