kios-webapp/astro/tsconfig.json

11 lines
174 B
JSON
Raw Normal View History

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