kios-webapp/astro/tsconfig.json
Max Schmidt 7a57a69259 HEEE
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-15 16:52:29 +02:00

7 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"types": ["@astrojs/image/client"]
}
}