We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47360c commit 714bf32Copy full SHA for 714bf32
package.json
@@ -18,7 +18,8 @@
18
"preinstall": "npx only-allow pnpm",
19
"dev": "rollup -cw",
20
"build": "rollup --config rollup.config.ts --configPlugin typescript --environment NODE_ENV:production",
21
- "docs": "typedoc ./src",
+ "docs:generate": "typedoc",
22
+ "docs:serve": "serve docs",
23
"lint": "eslint . --flag unstable_ts_config",
24
"lint:fix": "eslint . --fix --flag unstable_ts_config",
25
"release:publish": "changeset publish",
@@ -38,6 +39,7 @@
38
39
"rollup": "^4.21.0",
40
"rollup-plugin-dts": "^6.1.1",
41
"rollup-plugin-esbuild": "^6.1.1",
42
+ "serve": "^14.2.3",
43
"tslib": "^2.6.3",
44
"typedoc": "^0.26.6",
45
"typescript": "~5.5.4"
0 commit comments