onnxruntime/js/web/tsconfig.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"]
}