A powerful and extendable Discord bot, with it's own module system :3 thevoid.cafe/projects/voidy
at develop 554 B view raw
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}