1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-17 19:41:06 +03:00

Update tsconfig.json

This commit is contained in:
Leibale Eidelman
2021-07-10 02:41:53 -04:00
committed by GitHub
parent 91e41af63d
commit e2ed932802

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "ES2019",
"lib": ["ES2019", "ES2020.BigInt", "ES2020.String", "ES2020.Symbol.WellKnown"],
"module": "CommonJS",
"moduleResolution": "Node",
"esModuleInterop": true,