We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c18606 commit 9228321Copy full SHA for 9228321
1 file changed
src/content/docs/en/guides/typescript.mdx
@@ -84,7 +84,7 @@ import type { SomeType } from './script';
84
85
This way, you avoid edge cases where Astro's bundler may try to incorrectly bundle your imported types as if they were JavaScript.
86
87
-In your `.tsconfig` file, you can instruct TypeScript to help with this.
+You can configure TypeScript to enforce type imports in your `.tsconfig` file.
88
89
<Tabs client:visible sharedStore="typescript-version">
90
<Fragment slot="tab.4.9">TypeScript ≤4.9</Fragment>
0 commit comments