Skip to content

Commit c718b1c

Browse files
committed
build: put server back
1 parent 859af47 commit c718b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/xl-ai-server/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"target": "ESNext",
44
"useDefineForClassFields": true,
55
"module": "ESNext",
6-
"lib": ["ESNext", "DOM"],
7-
"moduleResolution": "bundler",
6+
"lib": ["ESNext", "DOM", "DOM.Iterable"],
7+
"moduleResolution": "Node",
88
"jsx": "react-jsx",
99
"strict": true,
1010
"sourceMap": true,

0 commit comments

Comments
 (0)