roles-bot/apps/redis-api/tsconfig.json

16 lines
310 B
JSON
Raw Permalink Normal View History

2023-04-09 11:09:58 +02:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"target": "ESNext",
"lib": ["ESNext"],
"module": "ESNext",
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"declaration": true,
"emitDeclarationOnly": true
}
}