imajin/node_modules/which-boxed-primitive/tsconfig.json
2026-01-10 04:52:11 -08:00

9 lines
114 B
JSON

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