0.2.5 • Published 3 years ago

@shishiron/ts-config v0.2.5

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

@shishiron/ts-config npm version

A TypeScript Shared Config for @shishiron packages.

Usage

Install dependencies

# Using npm
$ npm install tslib typescript --save-dev
# Using yarn
$ yarn add tslib typescript --dev

Install

# Using npm
$ npm install @shishiron/ts-config --save-dev
# Using yarn
$ yarn add @shishiron/ts-config --dev

Configuration

{
  /// tsconfig.json
  "extends": "@shishiron/ts-config"
}

Note: If you try to follow the path to the configuration, it will result in a path error.

License

This project is licensed under the MIT license. Please see the license file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

0.1.2

3 years ago

0.1.1

3 years ago

0.2.5

3 years ago

0.1.0

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago