1.0.8 • Published 1 year ago

@miorso/tsconfig v1.0.8

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

@miorso/tsconfig

This package contains a shared reusable TypeScript configuration.

⚠️ Requires TypeScript 5.1 or later

Install

npm install --save-dev @miorso/tsconfig

Usage

Create a tsconfig.json file in your project and extend the appropriate configuration:

For an Application

{
	"extends": "@miorso/tsconfig/app"
}

For a Library Module

{
	"extends": "@miorso/tsconfig/library"
}

For a Base Configuration

{
	"extends": "@miorso/tsconfig/base"
}
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago