tslint-no-circular-imports
tslint-no-circular-imports copied to clipboard
Ignoring interfaces?
Yo! This is a great plugin - helps me avoid some hard-to-track bugs!
Is there any way we could have an option to ignore interfaces / types? Circular references between interfaces do not cause runtime issues and my project has a few that are hard to get rid of!
Thanks! That’s a great idea - contributions are welcome!
I know this issue is old, would the new 'type-only imports' from typescript 3.8 be a simple fix for this issue?