From 69770c635b17119f4c1c7aee33cf06416ab2cbb2 Mon Sep 17 00:00:00 2001 From: Namyki Date: Mon, 8 Dec 2025 19:54:08 +0800 Subject: [PATCH] bug fix --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index b30cf78..a419054 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "ignoreDeprecations": "6.0", "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler",