Skip to content

Commit 5be0c91

Browse files
committed
chore(ai-sdk): moduleResolution bundler
1 parent 80d7d08 commit 5be0c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "ESNext",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"declaration": true,
77
"outDir": "./dist",
88
"strict": true,

0 commit comments

Comments
 (0)