mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
5 lines
249 B
Markdown
5 lines
249 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Update base `tsconfig.json` template with `allowJs: true` to provide a better relaxed experience for users unfamilliar with TypeScript. `allowJs` is still set to `false` (its default value) when using the `strictest` preset.
|