From 9253bcc5025bc932571e22494bca3a31035f7dca Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:52:01 -0700 Subject: [PATCH] fix: Revert to CommonJS until esbuild is added. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d271ac9..6362f7a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "include": ["src/**/*"], "compilerOptions": { - "module": "ES2022", + "module": "CommonJS", "esModuleInterop": true, "target": "es2022", "moduleResolution": "node",