Skip to content

Commit b21e5ee

Browse files
committed
fixup! feat(core): split exports by browser/server for bundle size
1 parent 1494709 commit b21e5ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/core/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "./tsconfig.json",
33

44
"compilerOptions": {
5-
"module": "node16",
5+
"module": "esnext",
6+
"moduleResolution": "bundler",
67
"declaration": true,
78
"declarationMap": true,
89
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)