From 9f70c4c26ff3ffcf11846b6cce73a4bb722b9073 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Sun, 7 Jul 2024 18:30:38 +0200 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 4f6cd2c..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "compilerOptions": { - "strict": true, - "allowJs": true, - "noImplicitAny": true, - "esModuleInterop": true, - "strictNullChecks": true, - "target": "ES2022", - "moduleResolution": "Node", - "module": "CommonJS", - "declaration": true, - "isolatedModules": true, - "noEmit": true, - "outDir": "dist", - "types": [ - "node" - ], - "typeRoots": [ - "node_modules/@types" - ] - }, - - "include": ["src"], - "exclude": ["node_modules"] -} \ No newline at end of file