All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Conventional Commits for commit guidelines.
@latipun7/tsconfig-v1.2.1 (2021-12-06)
- meta: use RGI emoji 🥷
e90b913
.
@latipun7/tsconfig-v1.2.0 (2021-11-18)
-
tsconfig: change config to not emit map files
3d707ff
. -
tsconfig: enable new
preserveValueImports
💰524f2e8
.need typescript v4.5.
- tsconfig: add note to clarify about
extends
behavior9917422
.
@latipun7/tsconfig-v1.1.1 (2021-11-09)
- correct package's metadata 🔍
3fd921c
.
@latipun7/tsconfig-v1.1.0 (2021-11-01)
-
tsconfig/next: enable importing
.json
files5c8bee6
. -
tsconfig: enable incremental compilation
e9a0367
. -
tsconfig: set
exactOptionalPropertyTypes
to truefc3896d
.
- specify
peerDependencies
explicitly2eda436
.
-
tsconfig: initial release ✨🚀
1ad625a
.This is custom tsconfig for nodeJS project both ESModule or CommonJS and for NextJS project. Targeting at least nodeJS v14. Extends and costumize 🎉