diff --git a/packages/react/src/vite-env.d.ts b/packages/react/src/vite-env.d.ts new file mode 100644 index 0000000..14bb4ac --- /dev/null +++ b/packages/react/src/vite-env.d.ts @@ -0,0 +1,6 @@ +/// +import { ImportGlobFunction } from "vite/types/importGlob"; + +interface ImportMeta { + glob: ImportGlobFunction; +} \ No newline at end of file