1 Star 0 Fork 44

antgogogo/eSearch

forked from xsf-root/eSearch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.node.json 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
xsf-root 提交于 2022-10-11 18:54 +08:00 . 主要 tsconfig更新
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"sourceMap": false,
"strict": false,
"jsx": "preserve",
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"composite": true,
"types": [
"node"
]
},
"include": [
"electron.vite.config.*",
"src/main/*",
"src/preload/*"
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/antgogogo/eSearch.git
git@gitee.com:antgogogo/eSearch.git
antgogogo
eSearch
eSearch
master

搜索帮助