12 Star 169 Fork 33

xsf-root / eSearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.web.json 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
xsf-root 提交于 2022-10-11 18:54 . 主要 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,
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
]
},
"include": [
"src/renderer/**/*.ts",
"src/preload/*.d.ts"
]
}
JavaScript
1
https://gitee.com/xsf-root/eSearch.git
git@gitee.com:xsf-root/eSearch.git
xsf-root
eSearch
eSearch
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891