diff --git a/.nycrc b/.nycrc deleted file mode 100644 index 44927be..0000000 --- a/.nycrc +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/nycrc.json", - "extends": "@istanbuljs/nyc-config-typescript", - "all": true, - "include": ["src/**/*.ts"] -}