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 8d18038 commit b009b45Copy full SHA for b009b45
package.json
@@ -19,7 +19,7 @@
19
"test": "npm run build && wtr --coverage",
20
"test:watch": "npm run build && concurrently -k -r \"tsc -b --watch --preserveWatchOutput\" \"wtr --watch --coverage\"",
21
"build": "npx rimraf dist && tsc --pretty",
22
- "doc": "npx rimraf doc && typedoc --out doc oscd-api.ts",
+ "doc": "npx rimraf doc && typedoc --out doc src/oscd-api.ts",
23
"prepare": "husky"
24
},
25
"repository": {
0 commit comments