From d20e4e7311032472de729946a3e3f88b70b10a8e Mon Sep 17 00:00:00 2001 From: xzf0587 Date: Fri, 30 Aug 2024 10:12:22 +0800 Subject: [PATCH] fix: build error --- share-now/bot/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/share-now/bot/tsconfig.json b/share-now/bot/tsconfig.json index 4107f7d0..8781460b 100644 --- a/share-now/bot/tsconfig.json +++ b/share-now/bot/tsconfig.json @@ -7,6 +7,7 @@ "rootDir": "./", "sourceMap": true, "incremental": true, + "esModuleInterop": true, "tsBuildInfoFile": "./lib/.tsbuildinfo", } } \ No newline at end of file