Skip to content

Commit 598376a

Browse files
chore: migrate to ts6
1 parent dbcadc7 commit 598376a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"include": [".astro/types.d.ts", "**/*"],
44
"exclude": ["dist"],
55
"compilerOptions": {
6-
"baseUrl": ".",
76
"paths": {
8-
"@src/*": ["src/*"],
9-
"@components/*": ["src/components/*"]
7+
"@src/*": ["./src/*"],
8+
"@components/*": ["./src/components/*"]
109
}
1110
}
1211
}

0 commit comments

Comments
 (0)