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 326320f commit 5eab9b9Copy full SHA for 5eab9b9
1 file changed
package.json
@@ -25,6 +25,9 @@
25
"files": [
26
"lib"
27
],
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
"scripts": {
32
"build": "rimraf ./lib && tsc && npm run build:docs",
33
"build:docs": "api-extractor run --local && api-documenter markdown -i docs/temp -o docs",
0 commit comments