From 3ae95411fc4b5ca4883a09d4b048ebc900cf6cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20G=C4=85sowski?= Date: Sun, 1 Feb 2026 01:38:03 +0100 Subject: [PATCH] cleanup --- scripts/tsconfig.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 scripts/tsconfig.json diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json deleted file mode 100644 index 35bc5741..00000000 --- a/scripts/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "module": "ESNext", - "moduleResolution": "bundler", - "target": "ES2022", - "lib": ["ES2022"], - "esModuleInterop": true, - "skipLibCheck": true, - "resolveJsonModule": true, - "noEmit": true - }, - "include": ["*.ts"] -}