Skip to content

Commit 1e9204e

Browse files
committed
chore: use recommended typescript configuration
1 parent ab649ff commit 1e9204e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/env.d.ts

Lines changed: 0 additions & 3 deletions
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/strict"
2+
"extends": "astro/tsconfigs/strict",
3+
"include": [".astro/types.d.ts", "**/*"],
4+
"exclude": ["dist"]
35
}

0 commit comments

Comments
 (0)