discretize / discretize.eu-rewrite

3 stars 5 forks source link

chore: use `import type` #24

Closed marcustyphoon closed 2 days ago

marcustyphoon commented 3 months ago

Astro's tsconfig base enables verbatimModuleSyntax, which enforces the use of import type for type-only imports: "Enforce the usage of type-only imports when needed, which helps avoiding bundling issues." This does so, removing some squigglies.