From 71d73aa10789ea57af98e132c39900244eb4c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Fri, 4 Jan 2019 20:34:30 +0100 Subject: [PATCH] build() remove tsconfig.spec.json file --- 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 2779a84..0000000 --- a/tsconfig.spec.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "types": ["jest", "node"] - }, - "include": ["**/*.spec.ts", "**/*.d.ts"] -}