onnxruntime/js/common/test/tsconfig.json
Yulong Wang 6e04e36e3f
[js/common] upgrade tsc in common from 4.9.5 to 5.2.2 (#19317)
### Description
upgrade tsc in common from 4.9.5 to 5.2.2
2024-02-20 17:33:37 -08:00

8 lines
156 B
JSON

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