fries-website/tsconfig.json

7 lines
100 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable"]
}
}