Skip to content

Commit 26e2ea0

Browse files
authored
Merge pull request #5 from monerium/chore/typedoc
Chore/typedoc
2 parents 095f2f3 + 515ec2a commit 26e2ea0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+4392
-225
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ coverage
2626
out/
2727
build
2828
dist
29-
29+
static
3030

3131
# Debug
3232
npm-debug.log*

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
**/CHANGELOG.md
1+
**/CHANGELOG.md
2+
**/generated/**

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"scripts": {
55
"build": "turbo build",
66
"dev": "turbo dev",
7+
"docs": "turbo docs",
78
"lint": "turbo lint",
89
"test": "turbo test",
910
"lint:style": "turbo lint:style",

0 commit comments

Comments
 (0)