Skip to content

Releases: shinwonse/tsconfig

@wonse/[email protected]

09 Feb 05:42
Compare
Choose a tag to compare

Changelog

2.0.1

Patch Changes

  • fd45ba6: Add tsconfig for Next.js and Remix to package files

2.0.0

Major Changes

  • 1e000cc: Create tsconfig for Remix Framework and improve documentation.

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

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.1.0] - 2024-02-01

Added

  • Added Next.js-specific TypeScript configuration (tsconfig-next.json)
  • Added verbatimModuleSyntax and moduleDetection options to base configuration

Changed

  • Optimized configurations for TypeScript 5.0+
  • Enhanced type checking with stricter options

[1.0.0] - 2024-01-31

Added

  • Initial release with base TypeScript configuration (tsconfig-base.json)
  • Added React-specific configuration (tsconfig-react.json)
  • Added Node.js-specific configuration (tsconfig-node.json)
  • Initial project setup and documentation

@wonse/[email protected]

01 Feb 07:21
367c867
Compare
Choose a tag to compare

Patch Changes

  • fd45ba6: Add tsconfig for Next.js and Remix to package files

@wonse/[email protected]

01 Feb 06:49
d2f0700
Compare
Choose a tag to compare

Major Changes

  • 1e000cc: Create tsconfig for Remix Framework and improve documentation.

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

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

@wonse/[email protected]

31 Jan 06:27
20fa5b5
Compare
Choose a tag to compare

Minor Changes

  • 3985ed0: create tsconfig for next.js project

@wonse/[email protected]

31 Jan 06:19
d73fd2c
Compare
Choose a tag to compare

Patch Changes