onnxruntime/js/tsconfig.tools.json

8 lines
112 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"sourceMap": false
}
}