mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-23 13:11:20 -05:00
chore(typedocs): add Typedocs to automate docs generating.
This commit is contained in:
parent
7e35c1f8f1
commit
c2a466b4be
3
.gitignore
vendored
3
.gitignore
vendored
@ -25,3 +25,6 @@ yarn-error.log*
|
||||
|
||||
# generated code
|
||||
/src/protobuf/**
|
||||
|
||||
# generated docs
|
||||
/docs
|
@ -25,7 +25,8 @@
|
||||
"test": "react-scripts test --runInBand",
|
||||
"eject": "react-scripts eject",
|
||||
"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": {
|
||||
"extends": [
|
||||
@ -49,6 +50,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"monero-javascript": "^0.6.4"
|
||||
"monero-javascript": "^0.6.4",
|
||||
"typedoc": "^0.22.15"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user