UNPKG

@herp-inc/tsconfig.json

Version:

Shared TypeScript configuration for the projects in HERP, Inc.

24 lines (16 loc) 609 B
# `@herp-inc/tsconfig.json` [![npm](https://img.shields.io/npm/v/@herp-inc/tsconfig.json.svg)](https://www.npmjs.com/package/@herp-inc/tsconfig.json) Shared TypeScript configuration for the projects in [HERP, Inc.](https://herp.co.jp/) ## Installation ```sh $ yarn add -D @herp-inc/tsconfig.json ``` ## Usage ```json { "extends": "@herp-inc/tsconfig.json/ts4.4" } ``` ## Available configurations | Entrypoint name | Supported TypeScript versions | | ------------------------------- | ----------------------------- | | `@herp-inc/tsconfig.json/ts4.4` | 4.4+ |