From ef55efe8426edac4a6350d1401a96af8ce395a0c Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 13 Mar 2023 23:42:40 +0000 Subject: [PATCH] Fix common.js build --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 26be7a0..00245ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,8 +7,8 @@ "outDir": ".", "target": "es2020", "lib": ["es2020"], // Set explicitly to remove DOM - "module": "es6", - "moduleResolution": "node16", + "module": "commonjs", + "moduleResolution": "node", "noUnusedLocals": true, "baseUrl": ".", }, @@ -17,4 +17,4 @@ "node_modules", "*.d.ts" ], -} +} \ No newline at end of file