mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
12 lines
335 B
JSON
12 lines
335 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"downlevelIteration": true,
|
|
"declaration": true,
|
|
"declarationDir": "./types",
|
|
"typeRoots": ["./node_modules/@webgpu/types", "./node_modules/@types"]
|
|
},
|
|
"include": ["lib", "script", "test"],
|
|
"exclude": ["lib/wasm/proxy-worker"]
|
|
}
|