mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
These were unused apparently so buhbye
This commit is contained in:
parent
ff95ded89c
commit
bb415d792d
@ -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" ],
|
||||
|
Loading…
Reference in New Issue
Block a user