Skip to content

Commit 309c730

Browse files
committed
fix: set rootDir to ./src in tsconfig to fix dist output
1 parent 4687ceb commit 309c730

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

common/backend/core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"allowJs": true,
1212
"esModuleInterop": true,
1313
"outDir": "./dist",
14-
"rootDir": "./",
14+
"rootDir": "./src",
1515
"sourceRoot": "./src",
1616
"isolatedModules": true,
1717
"declaration": true,

common/backend/langchain/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"allowJs": true,
1212
"esModuleInterop": true,
1313
"outDir": "./dist",
14+
"rootDir": "./src",
1415
"sourceRoot": "./src",
1516
"isolatedModules": true,
1617
"declaration": true,

common/core/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"allowJs": true,
1212
"esModuleInterop": true,
1313
"outDir": "./dist",
14+
"rootDir": "./src",
1415
"isolatedModules": true,
1516
"declaration": true,
1617
"strict": true,

0 commit comments

Comments
 (0)