mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
Fix types not resolving through '@/imports' (#215)
This commit is contained in:
@@ -23,6 +23,7 @@ export default defineConfig({
|
||||
insertTypesEntry: true,
|
||||
include: ['src/**/*.ts'],
|
||||
outDir: 'dist',
|
||||
aliasesExclude: ['@'],
|
||||
}),
|
||||
],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user