Files
conference-room-booking-system/frontend/node_modules/is-weakref/tsconfig.json
2025-08-20 21:01:11 -04:00

10 lines
123 B
JSON

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