onnxruntime/js/tsconfig.tools.json

9 lines
138 B
JSON
Raw Normal View History

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