From 345ae4d11cab823bc24a4ad8b85df766c2d2636c Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 9 Sep 2025 16:16:34 +0700 Subject: [PATCH] fix(type): error --- tsconfig.json | 2 +- yaqrcode.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 yaqrcode.d.ts diff --git a/tsconfig.json b/tsconfig.json index e03d9a8..0badded 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,6 @@ "strict": true, "skipLibCheck": true }, - "include": ["libs/**/*.ts","app.ts"], + "include": ["libs/**/*.ts","app.ts", "yaqrcode.d.ts"], "exclude": ["node_modules","test-run"] } \ No newline at end of file diff --git a/yaqrcode.d.ts b/yaqrcode.d.ts new file mode 100644 index 0000000..4e33832 --- /dev/null +++ b/yaqrcode.d.ts @@ -0,0 +1 @@ +declare module 'yaqrcode';