1.3.2 • Published 5 years ago

@amaurymartiny/tsconfig v1.3.2

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

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

@amaurymartiny/tsconfig

šŸ’Æ Mostly common-sense configuration files for tsconfig.

šŸš€ Get Started

In your project's root folder:

yarn add --dev @amaurymartiny/tsconfig

And in your own tsconfig.json, add:

{
  "extends": "./node_modules/@amaurymartiny/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
  }
}
1.3.2

5 years ago

1.3.0

5 years ago

1.0.11

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago