fix(types): remove @ts-expect-error suppressions from src/scripts

This commit is contained in:
DrJKL
2026-01-12 09:59:36 -08:00
parent 168af5310b
commit 1b4dd57d32
19 changed files with 303 additions and 353 deletions

View File

@@ -14,7 +14,7 @@ import { i18n } from '@/i18n'
const ComfyUIPreset = definePreset(Aura, {
semantic: {
// @ts-expect-error prime type quirk
// @ts-expect-error PrimeVue type issue
primary: Aura['primitive'].blue
}
})

View File

@@ -15,7 +15,7 @@ import router from './router'
const ComfyUIPreset = definePreset(Aura, {
semantic: {
// @ts-expect-error fixme ts strict error
// @ts-expect-error PrimeVue type issue
primary: Aura['primitive'].blue
}
})