103 Star 1.2K Fork 429

Sky/electron-vue-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sky 提交于 2024-11-02 18:38 . fix[main]: 修复拼写错误规范命名
{
"compileOnSave": false,
"compilerOptions": {
"resolveJsonModule": true,
"baseUrl": "./",
"outDir": "./dist/electron",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ESNext",
"paths": {
"@config/*": ["config/*"],
"@ipcManager/*": ["src/ipc-manager/*"],
"@renderer/*": ["src/renderer/*"],
"@main/*": ["src/main/*"]
},
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"],
"forceConsistentCasingInFileNames": true,
"strict": true
},
"include": ["src/**/*", "customTypes/*"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Zh-Sky/electron-vue-template.git
[email protected]:Zh-Sky/electron-vue-template.git
Zh-Sky
electron-vue-template
electron-vue-template
master

搜索帮助