Skip to content

Commit 297190f

Browse files
authored
fix: allow chainlit to be built as dependencies (#1856)
Signed-off-by: San Nguyen <vinhsannguyen91@gmail.com>
1 parent 2a147f5 commit 297190f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"composite": true,
34
"target": "ESNext",
45
"useDefineForClassFields": true,
56
"lib": ["DOM", "DOM.Iterable", "ESNext"],

0 commit comments

Comments
 (0)