mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-10 00:38:54 +00:00
[js/node] fix TypeScript declaration in onnxruntime-node (#23000)
### Description fix TypeScript declaration in onnxruntime-node ### Motivation and Context Fixes #22978
This commit is contained in:
parent
c19617a24a
commit
fdf5ffe2cf
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["lib"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue