mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
5 lines
303 B
Markdown
5 lines
303 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Fixed `tsconfig.json`'s new array format for `extends` not working. This was done by migrating Astro to use [`tsconfck`](https://github.com/dominikg/tsconfck) instead of [`tsconfig-resolver`](https://github.com/ifiokjr/tsconfig-resolver) to find and parse `tsconfig.json` files.
|