UNPKG

150 BJSONView Raw
1{
2 "include": ["source/"],
3 "exclude": ["node_modules/"],
4 "extends": "@express-rate-limit/tsconfig",
5 "compilerOptions": {
6 "target": "ES2020"
7 }
8}