You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-14 07:49:22 +03:00
10 lines
135 B
JSON
10 lines
135 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"./lib/**/*.ts"
|
|
]
|
|
}
|