From cf7443fedc7c0bb1250c0021ee6e4006dbf8b6d4 Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Mon, 23 Oct 2023 12:26:58 -0400 Subject: [PATCH] update tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3fd39c0..d8c6685 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "declaration": true, "lib": ["dom", "ES2021"], - "module": "commonjs", + "module": "Node16", + "moduleResolution": "Node16", "outDir": "build" }, "include": ["source"]