intern-Assignment/Node-Assignments/URLShortener/node_modules/call-bind-apply-helpers/tsconfig.json
2025-01-31 15:20:39 +05:30

9 lines
115 B
JSON

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