Skip to content

Commit 6aa622c

Browse files
author
huseinkntrc
committed
fix: ci
1 parent 43e5d23 commit 6aa622c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tsconfig.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
{
2-
"extends": "astro/tsconfigs/base"
2+
"extends": "astro/tsconfigs/base",
3+
"compilerOptions": {
4+
"baseUrl": ".",
5+
"paths": {
6+
"@components/*": ["src/components/*"],
7+
"@layouts/*": ["src/layouts/*"],
8+
"@utils/*": ["src/utils/*"]
9+
},
10+
"types": ["node"],
11+
"skipLibCheck": true
12+
}
313
}

0 commit comments

Comments
 (0)