diff options
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/tsconfig.json b/examples/framework-react/tsconfig.json index 1bb17eb06..866156f07 100644 --- a/examples/framework-react/tsconfig.json +++ b/examples/framework-react/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "astro/tsconfigs/base", - "include": ["**/*", ".astro/types.d.ts"], + "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { "jsx": "react-jsx", |