astro-payload-test/astro/tsconfig.json
tobias f94bc5d822
All checks were successful
continuous-integration/drone/push Build is passing
Move payload types so dev container doesn't crash
2024-05-20 14:20:26 +02:00

12 lines
209 B
JSON

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