Skip to content

Commit 859af47

Browse files
committed
build: use correct module resolution
1 parent cf9122b commit 859af47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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", "DOM.Iterable"],
7-
"moduleResolution": "Node",
6+
"lib": ["ESNext", "DOM"],
7+
"moduleResolution": "bundler",
88
"jsx": "react-jsx",
99
"strict": true,
1010
"sourceMap": true,

packages/xl-ai/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"useDefineForClassFields": true,
55
"module": "ESNext",
66
"lib": ["ESNext", "DOM"],
7-
"moduleResolution": "Node",
7+
"moduleResolution": "bundler",
88
"jsx": "react-jsx",
99
"strict": true,
1010
"sourceMap": true,

0 commit comments

Comments
 (0)