0.0.9 • Published 5 months ago

@alphaomega/tsconfig v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

TSConfig

A base TypeScript configuration designed to standardize and streamline the setup for TypeScript projects.

Installation

Install this package as a dev dependency in your TypeScript project:

yarn add --dev @alphaomega/tsconfig

Usage

Once installed, you can extend this configuration in your project's tsconfig.json:

{
  "extends": "@alphaomega/tsconfig",
  "compilerOptions": {
    // Override specific options or add additional ones here
  }
}

Customization

This base configuration is designed to be extended and customized to fit the needs of your specific project. You can override any of the provided options or add additional ones in your project's tsconfig.json file.

Contributing

Feedback, issues, and contributions are welcome. Feel free to submit pull requests or report issues to enhance the configuration further.

License

@alphaomega/tsconfig is licensed under the MIT License.

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago