12 lines
201 B
JSON
12 lines
201 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"include": [".astro/types.d.ts", "**/*"],
|
||
|
"exclude": ["dist"],
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|