Skip to content

Commit

Permalink
[js/node] fix TypeScript declaration in onnxruntime-node (#23000)
Browse files Browse the repository at this point in the history
### Description
fix TypeScript declaration in onnxruntime-node

### Motivation and Context

Fixes #22978
  • Loading branch information
fs-eire authored Dec 4, 2024
1 parent c19617a commit fdf5ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/node/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"declaration": true
},
"include": ["lib"]
}

0 comments on commit fdf5ffe

Please sign in to comment.