Releases: shinwonse/tsconfig
Releases · shinwonse/tsconfig
@wonse/[email protected]
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
andmoduleDetection
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]
Patch Changes
- fd45ba6: Add tsconfig for Next.js and Remix to package files
@wonse/[email protected]
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]
Minor Changes
- 3985ed0: create tsconfig for next.js project
@wonse/[email protected]
Patch Changes
- 2cdedf1: okay