From: Kai Moritz Date: Wed, 17 Sep 2025 20:33:46 +0000 (+0000) Subject: @angular/cli migration - update-module-resolution X-Git-Tag: jest--2025-10-04--09-27~16 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=50c39551bf123ae70249d053e6bdca26dc537265;p=demos%2Fkafka%2Fchat @angular/cli migration - update-module-resolution Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution --- diff --git a/tsconfig.json b/tsconfig.json index a0b014ab..34ad5ebd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "sourceMap": true, "declaration": false, "experimentalDecorators": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "importHelpers": true, "target": "ES2022", "module": "ES2022",