0.0.8 • Published 3 years ago

@vizality/tsconfig v0.0.8

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
3 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

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago