Ai
1 Star 0 Fork 44

tddgz/eSearch

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

搜索帮助