]> juplo.de Git - demos/kafka/chat/commitdiff
@angular/cli migration - update-module-resolution
authorKai Moritz <kai@juplo.de>
Wed, 17 Sep 2025 20:33:46 +0000 (20:33 +0000)
committerKai Moritz <kai@juplo.de>
Fri, 19 Sep 2025 11:00:59 +0000 (13:00 +0200)
Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution

tsconfig.json

index a0b014abb2302f8008978a8efeb42e69f5ae526a..34ad5ebd2587d09bd3b5d7e95bc8efaa44b02083 100644 (file)
@@ -15,7 +15,7 @@
     "sourceMap": true,
     "declaration": false,
     "experimentalDecorators": true,
-    "moduleResolution": "node",
+    "moduleResolution": "bundler",
     "importHelpers": true,
     "target": "ES2022",
     "module": "ES2022",