{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["src/*"], "@bot": ["src/bot-singleton"], "@prisma": ["src/prisma"] }, "target": "ES2020", "module": "ESNext", "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true } }