# @zanminkian/tsconfig

## 0.9.0

### Minor Changes

- 574498f: feat: enable `allowArbitraryExtensions` option
- 740bd33: feat: required ts5.0+
- 1f714dc: refactor: rename cli options

### Patch Changes

- c5552f8: feat: support `--force` cli option

## 0.8.1

### Patch Changes

- 7ca9852: feat: support to exclude js test file in initial template

## 0.8.0

### Minor Changes

- 75d03d2: feat: do not check js
- 125c509: feat: outDir to be `dist`

### Patch Changes

- e757280: feat: allow js

## 0.7.1

### Patch Changes

- eab6d73: fix: remove `sourceMap` option as it conflict with `inlineSourceMap`

## 0.7.0

### Minor Changes

- e131a14: feat: enable `stripInternal` and `declarationMap`

## 0.6.0

### Minor Changes

- d3d0b51: feat: support esm

## 0.5.1

### Patch Changes

- 8175f8b: feat: add `tsconfig-esm.json` config file to support esm
- 65dd90b: refactor: remove `lib`

## 0.5.0

### Minor Changes

- d63e00a: feat!: make target to `ES2022`

### Patch Changes

- ba62ebb: chore: upgrade deps
- 0ee066c: feat: add exclusion of `.test.ts` to template

## 0.4.2

### Patch Changes

- 435fde3: feat(tsconfig): add `allowSyntheticDefaultImports`

## 0.4.1

### Patch Changes

- d2dc46b: docs: update README

## 0.4.0

### Minor Changes

- a4f5f22: feat: rename `generate` to `init`

## 0.3.2

### Patch Changes

- 84d6e3a: refactor(tsconfig): move tsconfig to monorepo

## 0.3.1

### Patch Changes

- d7765eb: feat: support generating command

## 0.3.0

### Minor Changes

- 55311d1: feat: emit esm or commonjs by project type rather than specifying commonjs only
- 96e90f4: feat: remove `importsNotUsedAsValues` to support ts 5.0

## 0.2.3

### Patch Changes

- 3258d92: docs: add badge

## 0.2.2

### Patch Changes

- 1ae0e3c: docs: add badge
- b468b54: chore: add keywords

## 0.2.1

### Patch Changes

- 53a5b4b: docs: update README

## 0.2.0

### Minor Changes

- e86fe8f: feat: remove `noPropertyAccessFromIndexSignature` to be strictest

## 0.1.4

### Patch Changes

- 6b9ae3f: ci: add release.yml
