Skip to content

Commit 9228321

Browse files
authored
Amazing sentence! Well done Chris!
1 parent 8c18606 commit 9228321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/en/guides/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import type { SomeType } from './script';
8484

8585
This way, you avoid edge cases where Astro's bundler may try to incorrectly bundle your imported types as if they were JavaScript.
8686

87-
In your `.tsconfig` file, you can instruct TypeScript to help with this.
87+
You can configure TypeScript to enforce type imports in your `.tsconfig` file.
8888

8989
<Tabs client:visible sharedStore="typescript-version">
9090
<Fragment slot="tab.4.9">TypeScript ≤4.9</Fragment>

0 commit comments

Comments
 (0)