mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "6.0",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@bot": ["src/bot-singleton"],
|
|
"@prisma": ["src/prisma"]
|
|
},
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|