1 Star 0 Fork 0

lanyue52011/desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
Markus Olsson 提交于 2022-05-04 09:06 . Turn on ES2022 :tada:
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "ES2022",
"esModuleInterop": true,
"resolveJsonModule": true,
"importHelpers": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"sourceMap": true,
"jsx": "react",
"strict": true,
"outDir": "./out",
"useUnknownInCatchVariables": false
},
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.tsx"],
"exclude": [
"node_modules",
"app/node_modules",
"dist",
"out",
"app/src/highlighter"
],
"compileOnSave": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lanyue52011/desktop.git
git@gitee.com:lanyue52011/desktop.git
lanyue52011
desktop
desktop
development

搜索帮助