mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|