From 95634c36142ba756a783de9a306c28573fdfd911 Mon Sep 17 00:00:00 2001 From: Martijn van der Klis Date: Wed, 22 Jan 2025 13:35:32 +0100 Subject: [PATCH] Lowercasing the moduleResolution option --- packages/yoastseo/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yoastseo/tsconfig.json b/packages/yoastseo/tsconfig.json index 015b1326585..76266a1b2c2 100644 --- a/packages/yoastseo/tsconfig.json +++ b/packages/yoastseo/tsconfig.json @@ -10,7 +10,7 @@ "checkJs": false, "outDir": "./types", "module": "esnext", - "moduleResolution": "Bundler", + "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, }