mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### Description - enable unit test for js/common in CI - add debug config in js/.vscode/launch.json - enable source map for js/common/test for debugging purposes; add source map files to ignore list - ignore js/common/test folder for npm packaging
8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig.tools.json",
|
|
"exclude": ["type-tests/**/*.ts"],
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"sourceMap": true
|
|
}
|
|
}
|