onnxruntime/js/common/typedoc.json
Yulong Wang 49b329e266
[js/api] add typedoc and revise comments (#9077)
* [js/api] add typedoc and revise comments

* update document

* fix lint error

* use config file for typedoc
2021-09-20 17:54:46 -07:00

9 lines
160 B
JSON

{
"entryPoints": [
"lib/index.ts"
],
"excludeInternal": true,
"name": "ONNX Runtime JavaScript API",
"readme": "none",
"cleanOutputDir": true
}