Skip to content

Commit 2d1a73b

Browse files
committed
fix missng export
1 parent d1fdd92 commit 2d1a73b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tsconfig/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"exports": {
2323
"./tsconfig.cjs.json": "./tsconfig.cjs.json",
2424
"./tsconfig.dom.json": "./tsconfig.dom.json",
25+
"./tsconfig.esm-only.json": "./tsconfig.esm-only.json",
2526
"./tsconfig.lib.json": "./tsconfig.lib.json",
2627
"./tsconfig.module.json": "./tsconfig.module.json",
2728
"./tsconfig.module.react.json": "./tsconfig.module.react.json",

0 commit comments

Comments
 (0)