mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
* [js/api] add typedoc and revise comments * update document * fix lint error * use config file for typedoc
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"entryPoints": [
|
|
"lib/index.ts"
|
|
],
|
|
"excludeInternal": true,
|
|
"name": "ONNX Runtime JavaScript API",
|
|
"readme": "none",
|
|
"cleanOutputDir": true
|
|
}
|