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" ],