From 963eee0c4e9f7c9ac2d65dc9bee7404801994c09 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:51:02 -0400 Subject: [PATCH] Change module type --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2906a5e..b03d773 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, - "module": "ESNext", + "module": "Node16", "moduleResolution": "Node16", "resolveJsonModule": true, "isolatedModules": true,