astro-payload-test/astro/tsconfig.json
tobias 09ad9bdc6d
All checks were successful
continuous-integration/drone/push Build is passing
Move payload types again
2024-05-20 15:58:11 +02:00

12 lines
203 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"types": ["@astrojs/image/client"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@/types/*": ["../*"]
}
}
}