mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": false,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": ["lib"]
|
|
}
|