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:
Jan Peer Stöcklmair 2022-08-18 08:25:51 +02:00 committed by GitHub
parent eac3239757
commit c29218ea1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"sideEffects": false, "sideEffects": false,
"exports": { "exports": {
"./lib/*": "./lib/*",
"./src/*": "./src/*", "./src/*": "./src/*",
"./client": { "./client": {
"type": "./lib/client/index.d.ts", "type": "./lib/client/index.d.ts",