0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/.changeset/smooth-cycles-sing.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
250 B
Markdown
Raw Normal View History

---
'astro': patch
---
The `noPropertyAccessFromIndexSignature` typescript configuration option was added to the `strictest` profile.
This will have no impact at runtime, but may affect code checks on codebases which do not already use this check.