1 Star 0 Fork 19

lineCodeJm / PicList

forked from 萌萌哒赫萝 / PicList 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
萌萌哒赫萝 提交于 2023-03-08 13:17 . :bug:Fix: fix aliasArray 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",
"node"
],
"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,
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lineCodeJm/PicList.git
git@gitee.com:lineCodeJm/PicList.git
lineCodeJm
PicList
PicList
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891