# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.3.2](https://github.com/ljharb/tsconfig/compare/v0.3.1...v0.3.2) - 2025-03-08

### Commits

- [Fix] remove peer dep [`b541358`](https://github.com/ljharb/tsconfig/commit/b541358fe5db5d69377688513be15b79a81fe59a)

## [v0.3.1](https://github.com/ljharb/tsconfig/compare/v0.3.0...v0.3.1) - 2025-03-08

### Commits

- [Fix] loosen peer dep [`01feac2`](https://github.com/ljharb/tsconfig/commit/01feac2dbce9f1e7ac95b56cbc015e36581ab177)

## [v0.3.0](https://github.com/ljharb/tsconfig/compare/v0.2.3...v0.3.0) - 2025-03-02

### Commits

- [Tests] add tests + peer dep [`11c4804`](https://github.com/ljharb/tsconfig/commit/11c4804054c1c9e138a52e10756939096d738a77)
- [Breaking] add `erasableSyntaxOnly`, require TS 5.8+ [`ac27746`](https://github.com/ljharb/tsconfig/commit/ac2774623decc67e4fc3e91ed9bcb611e38f0942)

## [v0.2.3](https://github.com/ljharb/tsconfig/compare/v0.2.2...v0.2.3) - 2024-12-27

### Commits

- [New] add `/node` entrypoint, for node with typestripping [`f5f18d3`](https://github.com/ljharb/tsconfig/commit/f5f18d3c5f5d63605465b78f30af4a6788a33dc5)

## [v0.2.2](https://github.com/ljharb/tsconfig/compare/v0.2.1...v0.2.2) - 2024-12-04

### Commits

- [Fix] oops, `isolatedDeclarations` is incompatible with `allowJs` [`7b719ad`](https://github.com/ljharb/tsconfig/commit/7b719adc2f5ce94a6dcd412c6e6a666ba71e29a0)

## [v0.2.1](https://github.com/ljharb/tsconfig/compare/v0.2.0...v0.2.1) - 2024-12-04

### Commits

- [New] enable some more config options: [`47ce6ef`](https://github.com/ljharb/tsconfig/commit/47ce6ef0b100bccc548f9929c1501c3ca7260574)
- update commented-out boilerplate with a new `tsc --init` [`52721d9`](https://github.com/ljharb/tsconfig/commit/52721d964a997cfcc045105b985432bd9cf953d9)
- [Tests] replace `aud` with `npm audit` [`b67a552`](https://github.com/ljharb/tsconfig/commit/b67a5525fd16b3266bb6d1d3f0d5960c30ded31f)
- [Dev Deps] update `auto-changelog` [`debdf11`](https://github.com/ljharb/tsconfig/commit/debdf11686f6c02ff25f91047f405ce3694c0722)
- [Dev Deps] add missing peer dep [`e54480d`](https://github.com/ljharb/tsconfig/commit/e54480dbb99a539e7829438616748b97e29408be)

## [v0.2.0](https://github.com/ljharb/tsconfig/compare/v0.1.1...v0.2.0) - 2024-03-08

### Commits

- [meta] use tabs [`be27c01`](https://github.com/ljharb/tsconfig/commit/be27c01fd896887be3f5e81cb5246209bef0bcb7)
- [New] enable a few more errors [`d5d25b7`](https://github.com/ljharb/tsconfig/commit/d5d25b714b8960f69dd87385527953641a6e01cd)

## [v0.1.1](https://github.com/ljharb/tsconfig/compare/v0.1.0...v0.1.1) - 2024-03-08

### Commits

- set `useDefineForClassFields`, `allowSyntheticDefaultImports`; unset `skipLibCheck` [`85155ca`](https://github.com/ljharb/tsconfig/commit/85155ca34bc85d3384015612b9f3f791a1ce7e9a)

## v0.1.0 - 2024-03-08

### Commits

- Initial tsconfig [`7698447`](https://github.com/ljharb/tsconfig/commit/76984472642adec7382f5dcfc317b3ca837757d5)
- Initial commit [`0d7de77`](https://github.com/ljharb/tsconfig/commit/0d7de7732696792ecdff171e7ac97934c0fad1db)
- npm init [`5f912c2`](https://github.com/ljharb/tsconfig/commit/5f912c29a8127c730d2b09576de37f7038ea73ab)
- Only apps should have lockfiles [`9434c00`](https://github.com/ljharb/tsconfig/commit/9434c006d13783512874ced82aaa6c9c6e48de66)
