Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nexim/typescript-config

the-nexim286AGPL-3.0-only2.0.1

Base TypeScript configuration for Nexim projects.

typescript, tsconfig, tsconfig.json, nanolib, nexim

readme

ECMAScript Nano Libs

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule.

List of packages

Here is a brief overview of the included libraries:

  1. element: Utility functions and mixins for building high-performance web components with Lit.
  2. alpine: Utility functions to enhance Alpine.js usage with backup support.
  3. service-worker: Utilities to simplify the usage of service workers in your web applications.
  4. google-analytics: Utilities provides functions to set up Google Analytics for your web application.
  5. financial-calculate: Provides a set of utils to handle common financial operations.
  6. typescript-config: Base TypeScript configuration for Nexim projects.
  7. prettier-config: Base Prettier configuration for Nexim projects.
  8. eslint-config: Base Eslint configuration for Nexim projects.

For more detailed information and guidelines on how to use each package, please refer to each package's README.

Contributing

Contributions are welcome! Please read our contribution guidelines before submitting a pull request.

License

This project is licensed under the AGPL-3.0 License.

Acknowledgements

We are inspired by Alwatr.

Alwatr

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2025-04-21)

Note: Version bump only for package @nexim/typescript-config

2.0.0 (2025-01-06)

⚠ BREAKING CHANGES

  • typescript-config: rename tsconfig.json to tsconfig.base.json

Features

  • typescript-config: add new tsconfig environment (536a173) by @njfamirm

Bug Fixes

  • typescript-config: remove root/out directory (f0e6c9f) by @njfamirm
  • typescript-config: set typescript as peer dependency (0c09cb2) by @njfamirm

Code Refactoring

  • typescript-config: rename tsconfig.json to tsconfig.base.json (341ac77) by @arashagp

1.1.0 (2025-01-05)

Features

  • service-worker: add service worker utilities and logging support (#18) (d428086) by @

1.0.1 (2024-12-10)

Note: Version bump only for package @nexim/typescript-config

1.0.0 (2024-12-04)

Features

Miscellaneous Chores

  • reset versions (31a80f6) by @njfamirm