1 Star 0 Fork 0

HugoYuen/tagspaces

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"incremental": true,
"target": "es2022",
"module": "commonjs",
"lib": ["dom", "dom.iterable", "es2022"],
"jsx": "react-jsx",
//"strict": true,
"sourceMap": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowJs": true,
"outDir": ".erb/dll",
"noUnusedLocals": false,
"pretty": true,
"skipLibCheck": true,
"isolatedModules": true,
"baseUrl": "./",
"paths": {
"-/*": ["src/renderer/*"],
"assets/*": ["assets/*"]
}
},
"include": [
"src/main/**/*.ts",
"src/renderer/**/*.ts",
"src/renderer/**/*.tsx",
"tagspacespro/**/*.ts",
"tagspacespro/**/*.tsx"
],
"exclude": ["test", "release/build", "release/app/dist", ".erb/dll"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hugoyuen/tagspaces.git
[email protected]:hugoyuen/tagspaces.git
hugoyuen
tagspaces
tagspaces
develop

搜索帮助