We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce28ab0 commit 7275908Copy full SHA for 7275908
packages/tsconfig/package.json
@@ -18,5 +18,17 @@
18
"publishConfig": {
19
"access": "public"
20
},
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
+ },
33
"gitHead": "f9fd3fbd36a7a6dd6f5e9597af5309affe50ac0e"
34
}
0 commit comments