We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4687ceb commit 309c730Copy full SHA for 309c730
3 files changed
common/backend/core/tsconfig.json
@@ -11,7 +11,7 @@
11
"allowJs": true,
12
"esModuleInterop": true,
13
"outDir": "./dist",
14
- "rootDir": "./",
+ "rootDir": "./src",
15
"sourceRoot": "./src",
16
"isolatedModules": true,
17
"declaration": true,
common/backend/langchain/tsconfig.json
@@ -11,6 +11,7 @@
common/core/tsconfig.json
"strict": true,
0 commit comments