mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-13 00:21:25 +08:00
🐛 Fix(custom): fix an issue eslint not worked as expected
This commit is contained in:
@@ -12,50 +12,18 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./src/universal/types/"
|
||||
],
|
||||
"types": ["node"],
|
||||
"typeRoots": ["./node_modules/@types", "./src/universal/types/"],
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"src/renderer/*"
|
||||
],
|
||||
"~/*": [
|
||||
"src/main/*"
|
||||
],
|
||||
"root/*": [
|
||||
"./*"
|
||||
],
|
||||
"#/*": [
|
||||
"src/universal/*"
|
||||
],
|
||||
"apis/*": [
|
||||
"src/main/apis/*"
|
||||
],
|
||||
"@core/*": [
|
||||
"src/main/apis/core/*"
|
||||
]
|
||||
"@/*": ["src/renderer/*"],
|
||||
"~/*": ["src/main/*"],
|
||||
"root/*": ["./*"],
|
||||
"#/*": ["src/universal/*"],
|
||||
"apis/*": ["src/main/apis/*"],
|
||||
"@core/*": ["src/main/apis/core/*"]
|
||||
},
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"ScriptHost"
|
||||
]
|
||||
"lib": ["ESNext", "dom", "dom.iterable", "ScriptHost"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.vue",
|
||||
"src/**/*.d.ts",
|
||||
"tests/**/*.ts",
|
||||
"electron.vite.config.*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"out"
|
||||
]
|
||||
"include": ["src/**/*.ts", "src/**/*.vue", "src/**/*.d.ts", "tests/**/*.ts", "electron.vite.config.*"],
|
||||
"exclude": ["node_modules", "dist", "out"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user