@zanminkian/tsconfig
Version:
Strict shared tsconfig out-of-box.
70 lines (36 loc) • 974 B
Markdown
@zanminkian/tsconfig
# 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