fix vscode error in targets.ts

This commit is contained in:
blek 2023-09-04 00:12:21 +10:00
parent 2206f442d1
commit ad397eb1ae
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

2
src/vite-env.d.ts vendored
View File

@ -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;
}