Files
cnpmcore/tsconfig.json
MK (fengmk2) 324511d159 test: enable test shard (#839)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Improved CI parallelization and shard-aware job naming for faster,
clearer test runs.

* **Bug Fixes**
* More robust handling of binary paths and change-stream edge cases to
reduce rare failures.
* Prevented unintended data mutation and tightened minor
version-handling resilience.

* **Chores**
  * Streamlined test scripts and updated dependency resolution.
* Added Prettier ignore rules, relaxed selected lint rules, and small
build script formatting cleanup.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-10-07 22:14:14 +08:00

12 lines
252 B
JSON

{
"extends": "@eggjs/tsconfig",
"compilerOptions": {
// leoric only supports ES2021
"target": "ES2021",
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
"declaration": false,
"erasableSyntaxOnly": false
}
}