You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-18 17:14:32 +03:00
19 lines
359 B
JSON
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
|
|
}
|
|
}
|