1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 16:30:58 -05:00

These were unused apparently so buhbye

This commit is contained in:
toast-ts 2024-05-05 15:51:55 +10:00
parent ff95ded89c
commit bb415d792d

View File

@ -3,18 +3,14 @@
"skipLibCheck": true,
"removeComments": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noUnusedParameters": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2022",
"module": "ESNext",
"module": "ES2022",
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist",
"moduleResolution": "bundler",
"moduleResolution": "Bundler",
"typeRoots": [ "./src/interfaces.d.ts" ]
},
"include": [ "src" ],