Skip to content

Commit 0e808c6

Browse files
- Fix tsconfig.json in core to build ESM properly
1 parent 2f38481 commit 0e808c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.build.json",
33
"include": [
44
"./"
55
],

0 commit comments

Comments
 (0)