1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

update tsconfig.json

This commit is contained in:
leibale
2021-12-13 15:37:31 -05:00
parent 3bfa9298c4
commit 2449ad4197
3 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
"include": [
"./lib/**/*.ts"
],
"exclude": [
"./lib/test-utils.ts",
"./lib/**/*.spec.ts"
],
"typedocOptions": {
"entryPoints": [
"./lib"