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

remove "lib" from ts compiler options

This commit is contained in:
leibale
2021-07-08 18:31:05 -04:00
parent 14b7843e6b
commit 91e41af63d

View File

@@ -1,8 +1,7 @@
{
"compilerOptions": {
"strict": true,
"lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"],
"target": "es2019",
"target": "ES2019",
"module": "CommonJS",
"moduleResolution": "Node",
"esModuleInterop": true,