Skip to content

Commit 7275908

Browse files
committed
export tsconfigs in package.json
1 parent ce28ab0 commit 7275908

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/tsconfig/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@
1818
"publishConfig": {
1919
"access": "public"
2020
},
21+
"exports": {
22+
"./tsconfig.cjs.json": "./tsconfig.cjs.json",
23+
"./tsconfig.dom.json": "./tsconfig.dom.json",
24+
"./tsconfig.lib.json": "./tsconfig.lib.json",
25+
"./tsconfig.module.json": "./tsconfig.module.json",
26+
"./tsconfig.module.react.json": "./tsconfig.module.react.json",
27+
"./tsconfig.mono.cjs.json": "./tsconfig.mono.cjs.json",
28+
"./tsconfig.mono.dom.json": "./tsconfig.mono.dom.json",
29+
"./tsconfig.mono.json": "./tsconfig.mono.json",
30+
"./tsconfig.react.json": "./tsconfig.react.json",
31+
"./tsconfig.root.json": "./tsconfig.root.json"
32+
},
2133
"gitHead": "f9fd3fbd36a7a6dd6f5e9597af5309affe50ac0e"
2234
}

0 commit comments

Comments
 (0)