From 8bc73ed408ece1f54c53d572a6710f2b80af3c98 Mon Sep 17 00:00:00 2001 From: mixelpixx Date: Sun, 30 Nov 2025 14:41:55 -0500 Subject: [PATCH] Delete tsconfig-json.json --- tsconfig-json.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tsconfig-json.json diff --git a/tsconfig-json.json b/tsconfig-json.json deleted file mode 100644 index 31fdce7..0000000 --- a/tsconfig-json.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2020", - "module": "NodeNext", - "moduleResolution": "NodeNext", - "esModuleInterop": true, - "strict": true, - "outDir": "dist", - "declaration": true, - "sourceMap": true - }, - "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] -}