From 97d1e322f49d9052bbc282d6e7ef1534b847d68f Mon Sep 17 00:00:00 2001 From: mshanemc Date: Mon, 29 Jul 2024 08:17:16 -0500 Subject: [PATCH] feat: node16 module resolution --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 29b35ad..0a20647 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["ES2023"], "sourceMap": true, "declaration": true, - "moduleResolution": "node", + "moduleResolution": "Node16", "alwaysStrict": true, "noUnusedLocals": true }