1.1.0 • Published 10 months ago

@culur/config-typescript v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@culur/config-typescript

NPM Version NPM Download NPM License

CodeFactor Codecov Build and release

Sharing tsconfig.json.

✨ Features

There are 3 configurations:

FileAliasTargetModuleDescription
tsconfig.base.jsonbase--Base configuration
tsconfig.json.ES2021ESNextDefault configuration
tsconfig.bun.jsonbunESNextESNextConfiguration specific to bun (Suggested compilerOptions)

💿 Installation

Add @culur/config-typescript dependency to your project.

# Using npm
npm install @culur/config-typescript --save-dev

# Using pnpm
pnpm install @culur/config-typescript --dev

# Using yarn
yarn add @culur/config-typescript --dev

Other packages:

  • Use need to install typescript and @types/node packages in devDependencies.

🔌 Requirements

  • Node.js >= 20
  • TypeScript >= 5.1

📖 Usage

Add to your tsconfig.json:

{
  "extends": "@culur/config-typescript",
}

🗃️ Changelog

See CHANGELOG for more information on what has changed recently.

🔒 License

See LICENSE for license rights and limitations (MIT).

1.1.0

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago