onnxruntime/js/common/tsconfig.json

10 lines
174 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "dist/lib",
"esModuleInterop": false,
"noUnusedParameters": true,
},
"include": ["lib"]
}