Files
bab-app/src/quasar.d.ts
Patrick Toal 67c7a3c050
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m17s
chore: Update dependencies to latest
fix: claude fixes to various errors
2026-03-15 10:41:12 -04:00

8 lines
417 B
TypeScript

// Forces TS to apply `@quasar/app-vite` augmentations of `quasar` package
// Removing this would break `quasar/wrappers` imports as those typings are declared
// into `@quasar/app-vite`
// As a side effect, since `@quasar/app-vite` reference `quasar` to augment it,
// this declaration also apply `quasar` own
// augmentations (eg. adds `$q` into Vue component context)
/// <reference types="@quasar/app-vite" />