1 Star 0 Fork 3

阿尔法α™/Electron-vue3项目模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨奇 提交于 2024-01-04 10:37 . 项目上传
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
/* Bundler mode */
"moduleResolution": "Node",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
/* element-plus */
"types": [
"element-plus/global"
],
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"electron",
"auto-imports.d.ts",
"ElMessageBox",
"electron-builder.ts",
"config"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/alphaseo/electron-vue3.git
git@gitee.com:alphaseo/electron-vue3.git
alphaseo
electron-vue3
Electron-vue3项目模板
master

搜索帮助