1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-18 17:14:32 +03:00
Files
node-redis/tsconfig.base.json
2023-11-09 22:28:48 -05:00

19 lines
359 B
JSON

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