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

change typescript compiler target

This commit is contained in:
leibale
2022-02-09 17:39:09 -05:00
parent 48fb5ae53c
commit 1d09acb2bd

View File

@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ESNext",
"outDir": "./dist"
},
"include": [