Skip to content

I highly recommend to use import type { } / import { type ... } when importing a type instead of using import {}. This increases the app performance and it's only supported for TypeScript files. #156

Description

@koikiss-dev
          I highly recommend to use `import type { }` / `import { type ... }` when importing a type instead of using `import {}`. This increases the app performance and it's only supported for TypeScript files.

Originally posted by @barrientosvctor in #152 (review)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions