This commit is contained in:
2026-02-24 22:13:00 +01:00
parent 7576f6bcf6
commit d3d8e60a25
47 changed files with 1352 additions and 193 deletions

View File

@@ -4,6 +4,7 @@
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true, // add if using `base` template
"allowJs": true // required, and included with all Astro templates
"allowJs": true, // required, and included with all Astro templates
"allowSyntheticDefaultImports": true
}
}