From ae72950d511ce9eac8d5ade1506b538040c35c27 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:27:32 +0200 Subject: [PATCH] Add missing migration --- apps/client/tsconfig.app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/tsconfig.app.json b/apps/client/tsconfig.app.json index 56a5535d4..6f3ea7448 100644 --- a/apps/client/tsconfig.app.json +++ b/apps/client/tsconfig.app.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "moduleResolution": "bundler", "outDir": "../../dist/out-tsc", "types": ["node"], "typeRoots": ["../../node_modules/@types"],