From 312932fdec30574a70db26fb76aad6e874f1b9f6 Mon Sep 17 00:00:00 2001
From: Emmanuel Raviart <emmanuel@raviart.com>
Date: Wed, 8 Jun 2022 12:49:23 +0200
Subject: [PATCH] Set moduleResolution to nodenext.

---
 gitlab-ci/tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab-ci/tsconfig.json b/gitlab-ci/tsconfig.json
index 9ee50ee27..84b47ae44 100644
--- a/gitlab-ci/tsconfig.json
+++ b/gitlab-ci/tsconfig.json
@@ -39,7 +39,7 @@
     "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */,
 
     /* Module Resolution Options */
-    "moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
+    "moduleResolution": "nodenext" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
     // "baseUrl": "./",                       /* Base directory to resolve non-absolute module names. */
     // "paths": {},                           /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
     // "rootDirs": [],                        /* List of root folders whose combined content represents the structure of the project at runtime. */
-- 
GitLab