chore: replace components with core-ui, upgrade eslint
This commit is contained in:
+11
-4
@@ -17,15 +17,22 @@
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@@/*": ["./src/.umi/*"],
|
||||
"@@test/*": ["./src/.umi-test/*"]
|
||||
"@@test/*": ["./src/.umi-test/*"],
|
||||
"@gpustack/core-ui": ["../core-ui/src/index.ts"],
|
||||
"@gpustack/core-ui/*": ["../core-ui/src/*"],
|
||||
"@gpustack/core-ui/hooks": ["../core-ui/src/lib/hooks"],
|
||||
"@gpustack/core-ui/utils": ["../core-ui/src/lib/utils"],
|
||||
"@gpustack/core-ui/types": ["../core-ui/src/lib/types"],
|
||||
"@gpustack/core-ui/components": ["../core-ui/src/lib/components"],
|
||||
"@gpustack/core-ui/lib/*": ["../core-ui/src/lib/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./**/*.d.ts",
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx",
|
||||
"src/components/logs-viewer/parse-worker.ts",
|
||||
"src/components/image-editor/invert-worker.ts",
|
||||
"src/components/image-editor/offscreen-worker.ts"
|
||||
"@gpustack/core-ui/lib/components/logs-viewer/parse-worker.ts",
|
||||
"@gpustack/core-ui/lib/components/image-editor/invert-worker.ts",
|
||||
"@gpustack/core-ui/lib/components/image-editor/offscreen-worker.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user