Skip to content

Commit 0a4057a

Browse files
committed
workaround build system issue
1 parent 257fccf commit 0a4057a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

typescript-sdk/apps/dojo/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
}
2020
],
2121
"paths": {
22-
"@/*": ["./src/*"]
22+
"@/*": ["./src/*", "../../packages/client/src/*"],
23+
"@ag-ui/client": ["../../packages/client/src"],
24+
"@ag-ui/client/*": ["../../packages/client/src/*"]
2325
}
2426
},
2527
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],

0 commit comments

Comments
 (0)