onnxruntime/js/common/test/tsconfig.json

9 lines
156 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.tools.json",
"exclude": ["type-tests/**/*.ts"],
"compilerOptions": {
"module": "ES2022",
"sourceMap": true
}
}