generated from autonomic-cooperative/astro-payload-template
11 lines
174 B
JSON
11 lines
174 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"compilerOptions": {
|
||
|
"types": ["@astrojs/image/client"],
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|