From f44164c957ee0d81b3e769cc68fc00c5e106096f Mon Sep 17 00:00:00 2001 From: elpatron Date: Wed, 1 Oct 2025 22:06:51 +0200 Subject: [PATCH] =?UTF-8?q?fix(build):=20entferne=20allowImportingTsExtens?= =?UTF-8?q?ions=20f=C3=BCr=20Server-Build=20(TS5096)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.server.build.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.server.build.json b/tsconfig.server.build.json index 484e34d..988f29e 100644 --- a/tsconfig.server.build.json +++ b/tsconfig.server.build.json @@ -7,6 +7,7 @@ "declaration": false, "module": "NodeNext", "moduleResolution": "NodeNext", + "allowImportingTsExtensions": false, "target": "ES2022" }, "include": [