From 296797536a3890f06378cdb35a9606c478a26b70 Mon Sep 17 00:00:00 2001 From: YUSIF AMIRASLANOV <144380926+SMSDAO@users.noreply.github.com> Date: Wed, 27 May 2026 02:44:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=A5=20Atomic=20Gods=20AI=20Surgery=20-?= =?UTF-8?q?=20Autonomous=20Repair?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8adb704..49f70dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ -{ +{ "compilerOptions": { "target": "ES2022", - "module": "ESNext", + "module": "CommonJS", "moduleResolution": "bundler", - "lib": ["ES2022"], + "lib": ["ES2022", "DOM"], "outDir": "./dist", "rootDir": "./src", "strict": true, @@ -22,3 +22,4 @@ "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts"] } +