1.0.0 • Published 1 year ago

@noclocksdev/tsconfig v1.0.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

No Clocks TypeScript Configuration

!NOTE This is a the No Clocks, LLC TypeScript Configuration (tsconfig.json) package. It is intended to be used in projects that use TypeScript. This package is a part of the No Clocks, LLC design library.

Installation

# npm
npm install --save-dev @noclocks/tsconfig

# yarn
yarn add --dev @noclocks/tsconfig

# pnpm
pnpm add --save-dev @noclocks/tsconfig

Usage

Add the following to your tsconfig.json file:

// tsconfig.json
{
  "extends": "@noclocks/tsconfig/tsconfig.json",
  "compilerOptions": {
    // ...
  }
}

License

1.0.0

1 year ago