0.1.1 • Published 3 years ago

@soyhuce/ts-config v0.1.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

@soyhuce/tsconfig

@soyhuce/tsconfig is a shareable configuration package for typescript build and modified to meet Soyhuce's own standards.

Installation

yarn add -D @soyhuce/tsconfig

(WIP) Also you can install and create the tsconfig.json with CLI: npx soyhuce add typescript

Usage

In order to use this config, choose the one you want and add this configuration to your tsconfig.json:

{
  "extends": "@soyhuce/tsconfig"
}

See https://www.typescriptlang.org/docs/handbook/tsconfig-json.html for available configuration options.