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"] -}