Skip to content

Commit bbe837a

Browse files
🤖 Merge PR DefinitelyTyped#75059 (mdx): add missing subpath exports map for types lookup by @talatkuyuk
Co-authored-by: Remco Haszing <remcohaszing@gmail.com>
1 parent 1d9cf00 commit bbe837a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎types/mdx/package.json‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"https://github.com/mdx-js/mdx"
99
],
1010
"tsconfigs": ["tsconfig.preact.json", "tsconfig.react.json"],
11+
"exports": {
12+
".": "./index.d.ts",
13+
"./types": "./types.d.ts",
14+
"./types.js": "./types.d.ts"
15+
},
1116
"devDependencies": {
1217
"@types/mdx": "workspace:.",
1318
"@types/react": "^18",

0 commit comments

Comments
 (0)