A powerful and extendable Discord bot, with it's own module system :3
thevoid.cafe/projects/voidy
1{
2 "compilerOptions": {
3 "lib": ["ESNext"],
4 "target": "ESNext",
5 "module": "Preserve",
6 "moduleDetection": "force",
7 "allowJs": true,
8 "moduleResolution": "bundler",
9 "allowImportingTsExtensions": true,
10 "verbatimModuleSyntax": true,
11 "noEmit": true,
12 "strict": true,
13 "skipLibCheck": true,
14 "noFallthroughCasesInSwitch": true,
15 "noUncheckedIndexedAccess": true,
16 "noImplicitOverride": true,
17 "noUnusedLocals": false,
18 "noUnusedParameters": false,
19 "noPropertyAccessFromIndexSignature": false,
20 },
21}