volleyball-dev-frontend/node_modules/is-arguments/tsconfig.json
2025-06-02 16:42:16 +00:00

10 lines
123 B
JSON

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