From d6050fa9f899d3d2315126df8c9e97fdab6647b0 Mon Sep 17 00:00:00 2001 From: Robert Chu Date: Wed, 21 Aug 2024 19:55:39 -0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c056cd4..a05bf70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es2020", - "module": "commonjs", + "module": "nodenext", "moduleResolution": "nodenext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true,