mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
8 lines
119 B
JSON
8 lines
119 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"declarationDir": "./types"
|
||
|
|
},
|
||
|
|
"include": ["lib/"]
|
||
|
|
}
|