Skip to content

Commit

Permalink
fix: undo include env.d.ts in tsconfig (causes astro:* imports to fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Jul 21, 2024
1 parent 2e67be3 commit 379089d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["./src/*", ".eslintrc.cjs", "./shoukaku/*", "./.astro/*", "env.d.ts"],
"include": ["./src/*", ".eslintrc.cjs", "./shoukaku/*", "./.astro/*"],
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"verbatimModuleSyntax": false,
Expand Down

0 comments on commit 379089d

Please sign in to comment.