Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 2.64 KB

changelog.md

File metadata and controls

53 lines (28 loc) · 2.64 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Conventional Commits for commit guidelines.

🐛 Fixes

  • meta: use RGI emoji 🥷 e90b913.

✨ Features

📚 Documentations

  • tsconfig: add note to clarify about extends behavior 9917422.

🐛 Fixes

  • correct package's metadata 🔍 3fd921c.

✨ Features

  • tsconfig/next: enable importing .json files 5c8bee6.

  • tsconfig: enable incremental compilation e9a0367.

  • tsconfig: set exactOptionalPropertyTypes to true fc3896d.

🐛 Fixes

  • specify peerDependencies explicitly 2eda436.

@latipun7/tsconfig-v1.0.0 (2021-08-12)

✨ Features

  • 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 🎉