From c2a0ff6a479ceed8b226e18e9513a0ebbe9f6bfd Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 7 Oct 2024 15:00:37 +0100 Subject: [PATCH] Node 16 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 28bb136..35cf4ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,8 @@ "noEmit": true, "allowJs": true, "target": "ESNext", - "module": "commonjs", - "moduleResolution": "NodeNext", + "module": "node16", + "moduleResolution": "Node16", "importHelpers": true, "experimentalDecorators": true, "noImplicitAny": true,