Files
IpList/Server/node_modules/call-bound/tsconfig.json
T
2026-03-09 14:57:57 +03:00

11 lines
137 B
JSON

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