ABIANAPP_NODE_PRODUCCION/node_modules/express-rate-limit/tsconfig.json
2026-02-03 14:27:12 +00:00

9 lines
150 B
JSON

{
"include": ["source/"],
"exclude": ["node_modules/"],
"extends": "@express-rate-limit/tsconfig",
"compilerOptions": {
"target": "ES2020"
}
}