1.0.8 • Published 9 months ago

@miorso/tsconfig v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago