Closed marcustyphoon closed 2 days 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.
verbatimModuleSyntax
import type
"Enforce the usage of type-only imports when needed, which helps avoiding bundling issues."
Astro's tsconfig base enables
verbatimModuleSyntax
, which enforces the use ofimport 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.