0.1.8 • Published 3 years ago

@kienleholdings/base-tsconfig v0.1.8

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

Base TSConfig

Kienle Holdings Base TSConfig

Installation

With pnpm (recommended)

pnpm install typescript -D
pnpm install @kienleholdings/base-tsconfig -D

With yarn

yarn add typescript -D
yarn add @kienleholdings/base-tsconfig -D

With npm

npm install typescript -D
npm install @kienleholdings/base-tsconfig -D

Usage

  1. Create a file named tsconfig.json
  2. Add the following:
{
  "extends": "@kienleholdings/base-tsconfig",
}

Recommended Customization

Going off by the base config is a great start, but won't get you too far. We recommend setting the following:

A version 0.1.3 change marked esnext as a valid option for compilerOptions.module but left commonjs as a default for backwards compatibility. If you're running webpack, we recommend setting that for any case where you don't explicitely need commonjs modules

0.1.8

3 years ago

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago