Neah/node_modules/is-arguments/tsconfig.json
2025-04-24 19:43:23 +02:00

10 lines
123 B
JSON

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