Skip to main content

Branding

@bracketed/typescript-config

Just a simple TypeScript config that you can use in your projects. This has been created to solve some of the issues that I have with the default TypeScript config, and to have a cool little package I can use in my projects and show off to my friends lol.

It also has some actual updates too, im making sure I keep this up to date since like, I use it in my projects and you too so I need to make sure it works and is up to date.

( @bracketed/typescript-config By ninjaninja140 )

Summary (Directory)

Installation

Install via yarn or npm:

Yarn:

yarn add @bracketed/typescript-config --dev

Npm:

npm install --save-dev @bracketed/typescript-config

Usage

Add the following to your tsconfig.json: Acceptable values:

  • base-config
  • extra-strict
  • extra-strict-without-decorators
  • without-decorators
{
"extends": "@bracketed/typescript-config/xxx-xxx"
}

Contribution & Help

Feel free to contribute to this project, join our discord and help us with future development of Project Bracketed. Please also notify us of errors within our projects as we may not be aware of them at the time.

ChangeLog & Versions

Version 1
  • Initial release
  • Package published to npm
  • Available by using npm install --save-dev @bracketed/typescript-config
  • Version 2
  • Fixed Minor issues (x1)
  • Package now published to yarn
  • Available by using yarn add @bracketed/typescript-config --dev
  • Version 3
  • Fixed Minor issues (x2)
  • package.json file updated with fixed details
  • Removed unnecessary dependencies
  • Added base config for beginners
  • Added without-decorators