3.0.0-rc.10 • Published 4 days ago

@klnjs/typescript-config v3.0.0-rc.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@klnjs/typescript-config

Provides a collection of shareable TypeScript configurations (tsconfigs) that can easily be reused across projects.

These configurations are tailored for different types of projects, allowing you to easily set up your TypeScript environment without the need to manually configure every aspect.

Installation

You can install the @klnjs/typescript-config package using your preferred package manager

npm install @klnjs/typescript-config --save-dev

How to Use

To use a specific tsconfig from @klnjs/typescript-config, simply extend it in your project's tsconfig.json file. From here you can add or override properties, to create a tsconfig that is suitable for your project.

{
	"$schema": "https://json.schemastore.org/tsconfig",
	"extends": "@klnjs/typescript-config/core",
	"compilerOptions": {
		"strict": true
	}
}
3.0.0-rc.10

4 days ago

3.0.0-rc.9

6 days ago

3.0.0-rc.8

24 days ago

3.0.0-rc.2

27 days ago

3.0.0-rc.6

26 days ago

3.0.0-rc.5

26 days ago

3.0.0-rc.4

26 days ago

3.0.0-rc.3

26 days ago

2.0.0

2 months ago

2.0.0-rc.3

4 months ago

2.0.0-rc.2

5 months ago