website/tsconfig.json

6 lines
89 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"allowJs": true
}
}