From da876f06e93ad890b20141f07694e718dc976241 Mon Sep 17 00:00:00 2001 From: Francois Blanchette Date: Wed, 15 Nov 2023 11:49:46 -0500 Subject: [PATCH] [PINAX-264] fixed tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b0051b2..47d4ef5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "target": "ESNext", "outDir": "dist", - "module": "ESNext", + "module": "nodenext", "moduleResolution": "nodenext", "resolveJsonModule": true, "declaration": true,