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