0.0.8 • Published 2 years ago

@vizality/tsconfig v0.0.8

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

@vizality/tsconfig

A shareable TypeScript config base. Created for Vizality.

Usage

To utilize this in your project, first go to your project's root working directory and run:

npm install @vizality/tsconfig --save-dev

Next, add this to your tsconfig.json file:

"extends": "@vizality/tsconfig"

And that's all there is to it! To overwrite rules or options specified in the config, simply add the overrides directly to your tsconfig.json file.

For more information, see http://eslint.org/docs/developer-guide/shareable-configs.

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago