List Question
11 TechQA 2023-04-12T21:11:59.157000Can't run unit tests when using type-only imports
169 views
Asked by Pieterjan
Jest doesn't seem to understand "import type"
2.7k views
Asked by johey
Is there a way to automatically fix `import type` errors on TypeScript when using "importsNotUsedAsValues": "error"?
21.8k views
Asked by Bruno Finger
Only import TypeScript types, not the whole module
3k views
Asked by Tony Basallo
Type-only imports break Angular's Dependency Injection
491 views
Asked by flm
type-only imports conflict with no-duplicate-imports eslint rule
3.5k views
Asked by Lin Du
What are the real use cases of type-only imports that justify the added verbosity?
7.7k views
Asked by Adriano di Lauro
Using type-only imports/exports in an older CRA project - how do I update babel loaders?
607 views
Asked by Michal Kurz
Why is `export type` necessary with `--isolatedModules`?
11.1k views
Asked by ChrisW
Why does TS with --isolatedModules not allow export declarations of type even when they are aliased?
177 views
Asked by Max Heiber
How to export/import a only a type definition in TypeScript
7.8k views
Asked by doberkofler