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 102e9ee commit 5a242e3Copy full SHA for 5a242e3
.gitignore
@@ -1,8 +1,9 @@
1
node_modules
2
3
-dist
4
-
+dist
5
coverage
+# ignore typedoc output path
6
+doc
7
8
.tsbuildinfo
9
package.json
@@ -24,7 +24,7 @@
24
"test": "npm run build && wtr --coverage",
25
"test:watch": "npm run build && concurrently -k -r \"tsc -b --watch --preserveWatchOutput\" \"wtr --watch --coverage\"",
26
"build": "npx rimraf dist && tsc",
27
- "doc": "npx rimraf doc && typedoc --out doc oscd-editor.ts",
+ "doc": "npx rimraf doc && typedoc --out doc src/oscd-editor.ts",
28
"prepare": "husky"
29
},
30
"devDependencies": {
0 commit comments