basic bot

This commit is contained in:
grngxd 2025-07-31 11:29:31 +01:00
parent 4270071da2
commit 77101f1cc2
7 changed files with 79 additions and 15 deletions

View file

@ -8,12 +8,6 @@
"jsx": "react-jsx",
"allowJs": true,
// Bundler mode
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
// Best practices
"strict": true,
"skipLibCheck": true,