The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: update tsconfig (#64)

authored by

Luna Seemann and committed by
GitHub
ca89c227 02e10094

+2 -7
+2 -7
tsconfig.json
··· 3 3 /* Basic Options */ 4 4 "incremental": true, 5 5 "module": "ESNext", 6 - "target": "ES2024", 6 + "target": "ESNext", 7 7 "lib": [ 8 8 "dom", 9 9 "dom.iterable", ··· 24 24 "noImplicitReturns": false, 25 25 "noFallthroughCasesInSwitch": true, 26 26 /* Module Resolution Options */ 27 - "moduleResolution": "node", 27 + "moduleResolution": "bundler", 28 28 "esModuleInterop": true, 29 - "baseUrl": ".", 30 29 "declaration": true, 31 30 "skipLibCheck": true, 32 31 "resolveJsonModule": true, 33 32 "noUncheckedIndexedAccess": false, 34 - /* Experimental Options */ 35 - "experimentalDecorators": false, 36 - /* Advanced Options */ 37 - "forceConsistentCasingInFileNames": true, 38 33 /* Other Options */ 39 34 "allowJs": true, 40 35 "noEmit": true,