Skip to content

Commit 4e312b7

Browse files
Copilothuangyiirene
andcommitted
Changes before error encountered
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 0edcd46 commit 4e312b7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

examples/ai-analyst/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"rootDir": "src"
5+
"rootDir": "src",
6+
"moduleResolution": "bundler"
67
},
78
"include": ["src/**/*"],
89
"exclude": ["node_modules", "dist"]

examples/ai-support/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"rootDir": "src"
5+
"rootDir": "src",
6+
"moduleResolution": "bundler"
67
},
78
"include": ["src/**/*"],
89
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)