Skip to content

Commit 848c0ed

Browse files
committed
1 parent 8fd78f2 commit 848c0ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/env.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"extends": "astro/tsconfigs/strictest"
2+
"extends": "astro/tsconfigs/strictest",
3+
"include": [".astro/types.d.ts", "**/*"],
4+
"exclude": ["dist"]
35
}

0 commit comments

Comments
 (0)