mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
9 lines
224 B
Markdown
9 lines
224 B
Markdown
|
---
|
||
|
'create-astro': minor
|
||
|
---
|
||
|
|
||
|
Alway write chosen config to `tsconfig.json`.
|
||
|
|
||
|
- Before: Only when `strict` & `strictest` was selected
|
||
|
- After: Also when `base` is selected (via "Relaxed" or "I prefer not to use TypeScript")
|