From 0a8850ebcf18fa79c5a5f09f3e1db976ed803fc3 Mon Sep 17 00:00:00 2001 From: adrinr Date: Thu, 13 Apr 2023 12:46:38 +0100 Subject: [PATCH] Undo not needed tsconfig changes --- tsconfig.build.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tsconfig.build.json diff --git a/tsconfig.build.json b/tsconfig.build.json deleted file mode 100644 index f5e9ef7d0e..0000000000 --- a/tsconfig.build.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "strict": true, - "noImplicitAny": true, - "esModuleInterop": true, - "resolveJsonModule": true, - "incremental": true, - "sourceMap": true, - "declaration": true, - "skipLibCheck": true - } -}