From ca7caf7a516e8785ec808d9f0e8da59e56369448 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Fri, 1 May 2026 07:08:57 +0300 Subject: [PATCH] update tsconfig.build.json --- tsconfig.build.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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"]