buttery-components-logo
buttery.tools

@buttery/core/tsconfig

A @buttery/core sub-path export that re-exports the @buttery/tsconfig package.

Purpose

Consolidates the dependency list in any of the @buttery/tools packages.

Installation

yarn add @buttery/core

Usage

in *.ts

import tsconfig from "@buttery/core/tsconfig";

in package.json

{
  "extends": "@buttery/core/tsconfig"
}

API & Reference

See the @buttery/tsconfig documentation