From ee1f146708868097ae1c22d5d0cf5bc1ec610194 Mon Sep 17 00:00:00 2001 From: Dirtylowdown Date: Wed, 19 Mar 2025 16:02:29 -0500 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 219d251..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "include": ["scripts/**/*"], - "compilerOptions": { - "strict": true, - "target": "ES2021", - "lib": ["ES2021", "DOM"], - "module": "Node16", - "moduleResolution": "Node16", - "skipLibCheck": true, - "resolveJsonModule": true - } -}