Skip to content

Commit 2bc334f

Browse files
committed
chore: Remove astro:i18n path alias from tsconfig.json.
1 parent c64673e commit 2bc334f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/types/astro-i18n.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"compilerOptions": {
66
"baseUrl": ".",
77
"paths": {
8-
"@/*": ["./src/*"],
9-
"astro:i18n": ["./src/types/astro-i18n.d.ts"]
8+
"@/*": ["./src/*"]
109
}
1110
}
1211
}

0 commit comments

Comments
 (0)