Skip to content

Commit 7705e1f

Browse files
committed
fix: update TypeScript configuration to set root directory and clean up paths
1 parent 1b0bd4e commit 7705e1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llm-server/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"skipLibCheck": true,
88
"forceConsistentCasingInFileNames": true,
99
"outDir": "./dist",
10+
"rootDir": "./src",
1011
"sourceMap": true,
1112
"inlineSourceMap": false,
1213
"inlineSources": true,
@@ -16,9 +17,7 @@
1617
"resolveJsonModule": true,
1718
"baseUrl": ".",
1819
"paths": {
19-
"*": ["node_modules/*"],
20-
"codefox-common": ["../codefox-common/src"],
21-
"codefox-common/*": ["../codefox-common/src/*"]
20+
"*": ["node_modules/*"]
2221
},
2322
"types": ["node", "express"]
2423
},

0 commit comments

Comments
 (0)