1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00

These were unused apparently so buhbye

This commit is contained in:
toast-ts 2024-05-05 15:51:55 +10:00
parent 906a0e2a7f
commit 0dff3e8f3d

View File

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