mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description fix TypeScript declaration in onnxruntime-node ### Motivation and Context Fixes #22978
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declaration": true
|
|
},
|
|
"include": ["lib"]
|
|
}
|