From 032bfa54814a1026d475b0eeecf37d0d8294b779 Mon Sep 17 00:00:00 2001 From: LewdLeah Date: Tue, 27 May 2025 17:33:24 -0400 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 45371ac..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig.json", - "compilerOptions": { - "strict": true, - "target": "ESNext", - "module": "ESNext", - "moduleResolution": "node", - "declaration": true, - "allowSyntheticDefaultImports": true - }, - "include": [ - "**/*.d.ts" - ], - "exclude": ["node_modules"] -}