Skip to content

Commit

Permalink
Work around Astro's ESM requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Dec 16, 2024
1 parent 315d09f commit a22da12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions templates/astro/src/env.d.ts

This file was deleted.

2 changes: 2 additions & 0 deletions templates/astro/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": "astro/tsconfigs/strictest",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"public/**/*",
"**/dist/**/*",
"**/template/**/*",
"templates/astro/astro.config.ts",
"**/__tests__/**/*",
"**/__testfixtures__/**/*",
"**/*.spec.*",
Expand Down

0 comments on commit a22da12

Please sign in to comment.