5 Commits

Author SHA1 Message Date
020c03545d add compiled files dir to .eslintignore 2023-09-06 17:18:06 +02:00
bd79503369 Reconfigure tsconfig and eslint 2023-08-23 23:34:26 -04:00
4ddc52349f Move Jest config to package.json 2023-08-23 13:31:10 -04:00
ba97fcf81e 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.
```
2021-01-22 08:42:35 -05:00
9cdc5b327a Update typescript template to follow some conventions (#42)
* Update default project to follow conventions
2019-12-06 14:22:35 -05:00