1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-21 15:21:57 +03:00
Files
node-redis/tsconfig.base.json
Leibale ebca66d6f6 WIP
2023-11-01 14:09:58 -04:00

19 lines
357 B
JSON

{
"compilerOptions": {
"lib": ["ES2023"],
"module": "ES2022",
"moduleResolution": "Node",
"target": "ES2022",
"strict": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"skipLibCheck": true,
"composite": true,
"declaration": true,
"allowJs": true
}
}