cds-rate-limit
Version:
enabled rate limit pattern for CAP NodeJS Runtime
27 lines (26 loc) • 514 B
JSON
{
"compilerOptions": {
"newLine": "lf",
"target": "ES2019",
"module": "CommonJS",
"skipLibCheck": true,
"useUnknownInCatchVariables": false,
"sourceMap": true,
"outDir": "lib",
"esModuleInterop": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"strict": true,
"lib": [
"ES6",
"DOM",
"ES2015",
"ES2016",
"ES2017",
"ES2018",
"ES2019"
]
}
}