Skip to content

Commit 8c272d1

Browse files
committed
👽️ Fix tsconfig for widgets
1 parent bec02d3 commit 8c272d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/widgets/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"skipLibCheck": true,
1010
"sourceMap": true,
1111
"strict": true,
12-
"module": "NodeNext",
13-
"moduleResolution": "NodeNext"
12+
"moduleResolution": "Node"
1413
}
1514
}

0 commit comments

Comments
 (0)