Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@meza/tsconfig-base

meza4171.1.0

A configuration base for Meza's typescript projects. Use it if you like strict conventions.

typescript config, typecript

readme

tsconfig-base

A configuration base for Meza's typescript projects. Use it if you like strict conventions.

yarn add -D @meza/tsconfig-base

Add the following to your local tsconfig.json:

{
  "extends": "@meza/tsconfig-base"
}

Development

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-11-04)

Features

1.0.0 (2021-11-04)

0.0.8 (2021-11-04)

Bug Fixes

  • fixed incompatible settings (4fe9035)

0.0.7 (2021-11-04)

Bug Fixes

  • removed paths from the config (b442e6f)

0.0.6 (2021-11-04)

Bug Fixes

0.0.5 (2021-11-04)

0.0.4 (2021-11-04)

Bug Fixes

0.0.3 (2021-11-04)

0.0.2 (2021-11-04)

0.0.1 (2021-11-04)

Features