From 2c7c1f3a5230139d27b6d5e7b8b8ba210ccaf304 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Thu, 28 Nov 2024 10:46:26 +0200 Subject: [PATCH] typings_tests: Switch tsconfig module to node16 Change-type: patch --- typing_tests/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typing_tests/tsconfig.json b/typing_tests/tsconfig.json index 9410ec835..94d436770 100644 --- a/typing_tests/tsconfig.json +++ b/typing_tests/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "commonjs", + "module": "node16", "target": "es2017", "strict": true, "noEmit": true,