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 b2e3942 commit a806706Copy full SHA for a806706
package.json
@@ -37,7 +37,7 @@
37
"format": "prettier src test --write",
38
"build": "tsc",
39
"test": "vitest --config vitest.config.ts",
40
- "doc": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts"
+ "api-docs": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts"
41
},
42
"prettier": {
43
"plugins": [
0 commit comments