Skip to content

Commit b009b45

Browse files
committed
fix: typedoc should point to src/oscd-api.ts instead of oscd-api.ts
1 parent 8d18038 commit b009b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "npm run build && wtr --coverage",
2020
"test:watch": "npm run build && concurrently -k -r \"tsc -b --watch --preserveWatchOutput\" \"wtr --watch --coverage\"",
2121
"build": "npx rimraf dist && tsc --pretty",
22-
"doc": "npx rimraf doc && typedoc --out doc oscd-api.ts",
22+
"doc": "npx rimraf doc && typedoc --out doc src/oscd-api.ts",
2323
"prepare": "husky"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)