diff options
Diffstat (limited to 'examples/framework-react/astro.config.mjs')
-rw-r--r-- | examples/framework-react/astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-react/astro.config.mjs b/examples/framework-react/astro.config.mjs index 4b5a68ec0..36ed34a5e 100644 --- a/examples/framework-react/astro.config.mjs +++ b/examples/framework-react/astro.config.mjs @@ -1,3 +1,4 @@ +// @ts-check import { defineConfig } from 'astro/config'; import react from '@astrojs/react'; |