kios-webapp/astro/tsconfig.json

8 lines
129 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
2023-06-17 08:50:48 +00:00
"types": ["@astrojs/image/client"],
"baseUrl": "."
}
}