1.0.2 • Published 2 years ago

@idbakkasse/tsconfig v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@idbakkasse/tsconfig

Shared typescript configuration for my futur awesome projects.

Licence Version Discord Twitter

Get started

Make sure you have the following minimum versions:

  • Node >= 14.0.0
npm i --save-dev @idbakkasse/tsconfig
# or yarn add --dev @idbakkasse/tsconfig

Usage

This shared typescript configuration comes bundled in @idbakkasse/tsconfig. To enable these rules, add a extends property in your tsconfig.json and reference this shared config as follows:

{
  "extends": "@idbakkasse/tsconfig/base.json"
}

For NextJs projects use this configuration.

{
  "extends": "@idbakkasse/tsconfig/nextjs.json"
}

ℹ️ Any previous rules should be removed in favour of the shared config.

Contributing

Everyone is welcome to make this configuration better ! Please read the Contributing guide before creating issues or submitting pull requests.

License

Copyright (c) 2022 Youness Idbakkasse. See LICENSE for further details.