1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-18 17:14:32 +03:00
Files
node-redis/packages/json/.nycrc.json
2022-12-26 13:35:37 -05:00

5 lines
113 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
}