fix vscode error in targets.ts
This commit is contained in:
parent
2206f442d1
commit
ad397eb1ae
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
import type { ScriptInterface } from "./lib/scriptinterface";
|
import type { ScriptInterface } from "./lib/scriptinterface";
|
||||||
|
|
||||||
const TARGETS: string;
|
|
||||||
declare module 'qr-creator';
|
declare module 'qr-creator';
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
var ScriptInterface: ScriptInterface;
|
var ScriptInterface: ScriptInterface;
|
||||||
|
var TARGETS: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue