iching-broker-level2/node_modules/call-bound/tsconfig.json

11 lines
137 B
JSON
Raw Permalink Normal View History

2025-04-09 09:10:36 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ESNext",
"lib": ["es2024"],
},
"exclude": [
"coverage",
],
}