From 585a7d946ae63146458fcdd3e48387c2606c120b Mon Sep 17 00:00:00 2001 From: Hallvard Andreas Stark Date: Mon, 27 Nov 2023 14:41:18 +0100 Subject: [PATCH] =?UTF-8?q?tar=20bort=20un=C3=B8vdenvig=20fil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.spec.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tsconfig.spec.json diff --git a/tsconfig.spec.json b/tsconfig.spec.json deleted file mode 100644 index 6025ef953c..0000000000 --- a/tsconfig.spec.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "module": "CommonJS" - }, - "include": ["**/*.spec.ts", "**/*.spec.tsx"] -}