astro-payload-test/astro/tsconfig.json

12 lines
209 B
JSON
Raw Normal View History

2024-05-17 22:32:32 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"types": ["@astrojs/image/client"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@/types/*": ["../types/*"]
2024-05-17 22:32:32 +00:00
}
}
}