diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index d6069ba..a2e6c2d 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -3,9 +3,9 @@ import type { ScriptInterface } from "./lib/scriptinterface"; -const TARGETS: string; declare module 'qr-creator'; declare global { var ScriptInterface: ScriptInterface; + var TARGETS: string; }