This website requires JavaScript.
Explore
Help
Sign in
saymrwulf
/
onnxruntime
Watch
1
Star
0
Fork
You've already forked onnxruntime
0
mirror of
https://github.com/saymrwulf/onnxruntime.git
synced
2026-05-16 21:00:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bcc01ac123
onnxruntime
/
js
/
web
/
script
/
tsconfig.json
7 lines
95 B
JSON
Raw
Normal View
History
Unescape
Escape
[js/web] optimize tsc for web: split out "npm prepare" (#17955) ### Description optimize tsc for web: split out "npm prepare"
2023-10-16 16:04:54 +00:00
{
"extends"
:
"../../tsconfig.tools.json"
,
"compilerOptions"
:
{
[js/web] set noUnusedParameters to true and fix a few bugs (#18404) ### Description - set tsconfig "noUnusedParameters" to `true` and fix a few bugs discovered by typescript. how unused parameter is fixed: - for most code (webgl), add underscore as prefix, which is the standard ignore pattern for typescript check. - remove unused parameter from function and modify corresponding function calls (jsep) - fix a bug in ArgMinMax: this 2 operators do not have more than one input(s) so the `createArgMinMaxAttributesFromInputs()` is removed. - add proxy main.ts into typescript check and fix a bug in parameter passing - fixed `run()` function call and add typecheck fix (hack)
2023-11-15 17:16:29 +00:00
"sourceMap"
:
true
[js/web] optimize tsc for web: split out "npm prepare" (#17955) ### Description optimize tsc for web: split out "npm prepare"
2023-10-16 16:04:54 +00:00
}
}
Reference in a new issue
Copy permalink