Files
conference-room-booking-system/frontend/node_modules/is-number-object/tsconfig.json
T

10 lines
114 B
JSON
Raw Normal View History

2025-08-20 21:01:11 -04:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
},
"exclude": [
"coverage"
]
}