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