From 0bdb6f553b9a1f499e735a0cf530dab99ee74be0 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 6 May 2026 10:54:48 +0200 Subject: [PATCH] TypeScript baseUrl Deprecation beheben --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bc8e7f6..f4fda14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "baseUrl": ".", "plugins": [ { "name": "next" @@ -26,4 +25,3 @@ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] } -