Files
GKNB_MSTM071/Backend/elso gyakorlat/node_modules/call-bound/tsconfig.json
T
2026-02-13 19:14:10 +01:00

11 lines
137 B
JSON

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