mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
8 lines
133 B
JSON
8 lines
133 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["lib"]
|
|
}
|