mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig.tools.json",
|
|
"exclude": ["type-tests/**/*.ts"],
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"sourceMap": true
|
|
}
|
|
}
|