@amaurym/tsconfig

1.3.5 • Public • Published

npm License code style: prettier dependencies Status Buy me a tree

@amaurym/tsconfig

💯 Mostly common-sense configuration files for tsconfig.

🚀 Get Started

In your project's root folder:

yarn add --dev @amaurym/tsconfig

And in your own tsconfig.json, add:

{
  "extends": "./node_modules/@amaurym/tsconfig/tsconfig"
}

📖 Included Rules

I try to use as much defaults from the TypeScript team as possible, but I find --strict to be really useful to have elegant code.

{
  "compilerOptions": {
    "esModuleInterop": true,
    "strict": true
  }
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @amaurym/tsconfig

      Weekly Downloads

      16

      Version

      1.3.5

      License

      MIT

      Unpacked Size

      4.44 kB

      Total Files

      5

      Last publish

      Collaborators

      • amaurym