Resolve error with eslint config (#225)

Fixes

```text
Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. The file does not match your project config: jest.config.js. The file must be included in at least one of the projects provided.
```
This commit is contained in:
Tonye Jack 2021-01-22 08:42:35 -05:00 committed by GitHub
parent c605fa0dab
commit ba97fcf81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
dist/
lib/
node_modules/
node_modules/
jest.config.js