mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 20:12:51 +00:00
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.