1 Star 0 Fork 0

kalifun/desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rafael Oleza 提交于 2020-09-29 18:52 . Add search in diffs
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "es2017",
"esModuleInterop": true,
"importHelpers": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"sourceMap": true,
"jsx": "react",
"strict": true,
"noEmit": true,
"outDir": "./out",
"lib": ["ES2017", "DOM", "DOM.Iterable", "ES2018.Promise", "ES2020.string"]
},
"plugins": [
{
"name": "typescript-tslint-plugin"
}
],
"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/galifun/desktop.git
git@gitee.com:galifun/desktop.git
galifun
desktop
desktop
development

搜索帮助

0d507c66 1850385 C8b1a773 1850385