char-slop/city-role-bot

discord auto role applicator bot for charlotte polycule city

git clone https://git.t4t.associates/char-slop/city-role-bot

Charlotte Sominitial commitdae4431

main
473 B20 linesraw
1{
2  "compilerOptions": {
3    "target": "esnext",
4    "lib": ["es2023"],
5    "moduleDetection": "force",
6    "module": "nodenext",
7    "moduleResolution": "nodenext",
8    "resolveJsonModule": true,
9    "types": ["node"],
10    "strict": true,
11    "noUnusedLocals": true,
12    "noEmit": true,
13    "allowImportingTsExtensions": true,
14    "esModuleInterop": true,
15    "isolatedModules": true,
16    "verbatimModuleSyntax": true,
17    "skipLibCheck": true
18  },
19  "include": ["src"]
20}