mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
10 lines
222 B
JSON
10 lines
222 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"declarationDir": "./types",
|
|
"lib": ["DOM"]
|
|
},
|
|
"include": ["lib", "script", "test"],
|
|
"exclude": ["lib/wasm/proxy-worker"]
|
|
}
|