Files
timetracker/node_modules/call-bind-apply-helpers/tsconfig.json
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

9 lines
115 B
JSON

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