From 7f1aa9a5f0a4e78510d56d6dd079396730f88a51 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 7 Sep 2024 15:25:51 -0300 Subject: [PATCH] add moduleResolution to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d14ef691106f..4e1e42daf072 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ /* Modules */ "module": "node16" /* Specify what module code is generated. */, + "moduleResolution": "node16", "rootDir": "./" /* Specify the root folder within your source files. */, "resolveJsonModule": true,