@kevinwolfcr/tsconfig-bun

1.0.0 • Public • Published

@kevinwolfcr/tsconfig-bun

Kevin Wolf's opinionated TypeScript config optimized for Bun projects.

Features

  • Optimized for projects using the Bun runtime.
  • Extends @kevinwolfcr/tsconfig for consistent coding standards and best practices.
  • Includes support for Bun-specific types with bun-types.

When to Use

This configuration is specifically designed for TypeScript projects that are developed with the Bun runtime. It's ideal for server-side applications, scripts, or utilities that leverage Bun's fast execution and built-in package management. Use this configuration to ensure your TypeScript types align with Bun's unique environment and capabilities.

Installation

bun add -D @kevinwolfcr/tsconfig-bun

Usage

To use this configuration, extend it in your tsconfig.json:

{
  "extends": "@kevinwolfcr/tsconfig-bun"
}

Contributing

Contributions are welcome! If you wish to contribute to this project, please read the Contributing Guidelines first.

License

This project is licensed under the MIT license - see the license file for details.

Package Sidebar

Install

npm i @kevinwolfcr/tsconfig-bun

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

2.4 kB

Total Files

3

Last publish

Collaborators

  • kevinwolfcr