Commit Graph

5 Commits

Author SHA1 Message Date
964516d3cf fix: remove noUnused* TSConfig options
TSConfig options prevent Angular from compiling the app. This is
specifically harsh with the noUnused* rules, which require you to
strictly remove any unused variables even in dev mode while testing.
Since this case is already covered by ESLint, the TSConfig option was
removed.
2024-05-27 15:07:27 +02:00
deed376c24 feat: enable checkJs by default 2024-03-27 09:55:29 +01:00
Thea Schöbl
23481d0d73 feat: upgrade to Angular 16.1 2023-08-02 17:59:20 +02:00
d8c79256c9 feat: tests 2023-05-31 14:04:05 +02:00
8cb9285462 refactor: build system 2023-05-31 14:04:05 +02:00