diff --git a/tsconfig.build.json b/tsconfig.build.json index 25c5f9d..451301e 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -4,20 +4,7 @@ "rootDir": "src", "outDir": "dist", "types": ["node"], - "skipLibCheck": true, - "moduleResolution": "bundler", - "module": "esnext", - "target": "es2024", - "esModuleInterop": true, - "lib": ["dom", "dom.iterable", "ESNext"], - "allowJs": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true, - "resolveJsonModule": true, - "isolatedModules": true, - "jsx": "preserve", - "incremental": true, + "skipLibCheck": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]