From b96cbd064caf8dfd436ee7025345d92f0c7e314b Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Fri, 5 Sep 2025 18:02:45 +0200
Subject: [PATCH] removed unused configs
---
core/tsconfig.json | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/core/tsconfig.json b/core/tsconfig.json
index c30aab30d..b8e0f1d0a 100644
--- a/core/tsconfig.json
+++ b/core/tsconfig.json
@@ -44,15 +44,8 @@
/* Module Resolution Options */
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
- "baseUrl": ".", /* Base directory to resolve non-absolute module names. */
- "paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
- "@/*": ["src/*"],
- "@config/*": ["src/config/*"],
- "@federation/*": ["src/federation/*"],
- "@graphql/*": ["src/graphql/*"],
- "@util/*": ["src/util/*"],
- "@validation/*": ["src/validation/*"]
- },
+ // "baseUrl": ".", /* Base directory to resolve non-absolute module names. */
+ // "paths": { }, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [".", "../database"], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": ["bun-types"], /* Type declaration files to be included in compilation. */