From 92340de79b60fabc3f0ce91531e454c3bfc22727 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 22 Oct 2023 08:31:34 +1300 Subject: [PATCH] chore: update `moduleResolution` and `module` to `node16` --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 675370751..e9180fac2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "extends": "@tsconfig/node14/tsconfig.json", "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", + "moduleResolution": "node16", + "module": "node16", "noEmit": true, "stripInternal": true,