mirror of
https://github.com/lingble/safe-redis-leader.git
synced 2025-10-28 11:12:36 +00:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"lib": ["ES6", "DOM"],
|
|
"typeRoots": ["node_modules/@types"],
|
|
"esModuleInterop": true
|
|
},
|
|
}
|