mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-15 10:07:33 +02:00
chore(plugin-docs): expose all lib files through exports (#7962)
chore(plugin-docs): expose lib in package.json (closes #7961) Co-authored-by: Jan Peer Stoecklmair <jan.peer.stoecklmair@dynatrace.com>
This commit is contained in:
parent
eac3239757
commit
c29218ea1d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"main": "lib/index.js",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
"./lib/*": "./lib/*",
|
||||
"./src/*": "./src/*",
|
||||
"./client": {
|
||||
"type": "./lib/client/index.d.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue