1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00
Files
node-redis/tsconfig.json
2021-11-09 19:55:16 -05:00

10 lines
128 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": [
"./index.ts"
]
}