4 Star 0 Fork 0

StevenGao/kylin-store

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
SUHAO 提交于 2022-06-15 22:12 . feat:login and register page
{
"compileOnSave": false,
"compilerOptions": {
"jsx": "preserve",
"resolveJsonModule": true,
"baseUrl": ".",
"outDir": "./dist/electron/main",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2017",
"types": [
"vite/client"
],
"paths": {
"@config/*": [
"config/*"
],
"@renderer/*": [
"src/renderer/*"
],
"@main/*": [
"src/main/*"
],
"@store/*": [
"src/renderer/store/modules/*"
]
},
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
},
"include": [
"src/**/*",
"customTypes/*"
],
"exclude": [
"node_modules"
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gaoshutao/kylin-store.git
git@gitee.com:gaoshutao/kylin-store.git
gaoshutao
kylin-store
kylin-store
master

搜索帮助