From fa815de1ba9687558620b7bece97f3983445608e Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 24 Dec 2023 00:35:03 -0600 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 651d48fd..00000000 --- a/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "compilerOptions": { - "target": "es2018", - "module": "commonjs", - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "skipLibCheck": true, - "outDir": "./dist", - "rootDir": "./src", - "noImplicitAny": true, - "baseUrl": "./", - "declaration": true, - "moduleResolution": "node", - "isolatedModules": true, - "allowSyntheticDefaultImports": true, - "declarationMap": true, - "lib": ["ES2021.String", "dom", "esnext"], - "sourceMap": true - }, - "include": [ - "./src/" - ], - "exclude": [ - "src/client/@custom_types" - ] -}