kios-webapp/astro/tsconfig.json

7 lines
109 B
JSON
Raw Normal View History

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