mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-17 01:44:45 +00:00
9 lines
162 B
JSON
9 lines
162 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["WebWorker"]
|
||
|
|
},
|
||
|
|
"include": ["main.ts", "../../build-def.d.ts"],
|
||
|
|
"exclude": []
|
||
|
|
}
|