From 0dff3e8f3d5e0662f5c1a627531d0ddaa7298faf Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sun, 5 May 2024 15:51:55 +1000 Subject: [PATCH] These were unused apparently so buhbye --- tsconfig.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 43d0392..d0bf7d5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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" ],