gui/ui/node_modules.bak/express-rate-limit/tsconfig.json

9 lines
150 B
JSON
Raw Permalink Normal View History

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