From 12eeab93ff5481012eff21a9230e9b289a4a9361 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 28bb136..7ba6f45 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "allowJs": true, "target": "ESNext", "module": "commonjs", - "moduleResolution": "NodeNext", + "moduleResolution": "Node16", "importHelpers": true, "experimentalDecorators": true, "noImplicitAny": true,