From a7c2009351b1e26c557d878bcc756cd3f5590e42 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Sun, 21 Jan 2024 11:13:11 -0800 Subject: [PATCH] Revert root tsconfig module changes --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 924c6eec2cd..2ef182ad761 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,8 +25,8 @@ "checkJs": false, // Used for temp builds "outDir": "build", - "moduleResolution": "Node16", - "module": "Node16", + "moduleResolution": "Node10", + "module": "ES2022", // Until/if we build using tsc "noEmit": true, "paths": {