astock-agent/frontend/node_modules/which-boxed-primitive/tsconfig.json
2026-04-07 20:51:00 +08:00

10 lines
114 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage"
]
}