fix(typescript-config): expose nextjs.json + react-library.json in exports map

The prior commit added an exports map that only listed base.json and
vitest.base, accidentally hiding nextjs.json and react-library.json
from packages that extend them via tsconfig.json. Adds them back.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-04 20:55:34 +02:00
parent 9c8ca61fc9
commit dd4edce61d

View File

@@ -5,6 +5,8 @@
"type": "module",
"exports": {
"./base.json": "./base.json",
"./nextjs.json": "./nextjs.json",
"./react-library.json": "./react-library.json",
"./vitest.base": "./vitest.base.ts"
},
"devDependencies": {