mirror of
https://github.com/Trollobot/Telemax.git
synced 2026-08-29 19:43:20 +00:00
Two-way message/media bridge between MAX and Telegram forum topics, with group management, polls, calls, forwarding, and admin commands (/help, /reboot, /kill, /donate) from Telegram. Includes one-command install (install.sh) and interactive first-run setup (setup.sh) for a bare Ubuntu server.
16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["src/App.tsx", "src/main.tsx", "src/api.ts"]
|
|
}
|