mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-30 18:18:42 -04:00
chore(typedocs): add Typedocs to automate docs generating.
This commit is contained in:
parent
7e35c1f8f1
commit
c2a466b4be
2 changed files with 7 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -25,3 +25,6 @@ yarn-error.log*
|
||||||
|
|
||||||
# generated code
|
# generated code
|
||||||
/src/protobuf/**
|
/src/protobuf/**
|
||||||
|
|
||||||
|
# generated docs
|
||||||
|
/docs
|
|
@ -25,7 +25,8 @@
|
||||||
"test": "react-scripts test --runInBand",
|
"test": "react-scripts test --runInBand",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"prepare": "bin/build_protobuf.sh",
|
"prepare": "bin/build_protobuf.sh",
|
||||||
"pretest": "bin/build_protobuf.sh"
|
"pretest": "bin/build_protobuf.sh",
|
||||||
|
"generate:docs": "typedoc ./src/haveno.ts --exclude **/*.test.ts --excludeNotDocumented"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"monero-javascript": "^0.6.4"
|
"monero-javascript": "^0.6.4",
|
||||||
|
"typedoc": "^0.22.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue