13 Star 49 Fork 10

Gitee 极速下载 / PicGo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Molunerfinn/PicGo
克隆/下载
tsconfig.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Molunerfinn 提交于 2023-03-08 10:17 . :bug:Fix: typescript nightly build bug
{
"compilerOptions": {
"target": "es2019", // https://github.com/TypeStrong/ts-loader/issues/1061
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env",
"element-plus/global",
"vue3-photo-preview"
],
"typeRoots": [
"./src/universal/types/",
"./node_modules/@types",
"./node_modules",
],
"paths": {
"@/*": [
"src/renderer/*"
],
"~/*": [
"src/*"
],
"root/*": [
"./*"
],
"#/*": [
"src/universal/*"
],
"apis/*": [
"src/main/apis/*"
],
"@core/*": [
"src/main/apis/core/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
],
"vueCompilerOptions": {
"target": 3,
}
}
1
https://gitee.com/mirrors/PicGo.git
git@gitee.com:mirrors/PicGo.git
mirrors
PicGo
PicGo
dev

搜索帮助