5.0.1 • Published 1 year ago

@logicer/tsconfig v5.0.1

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

Logicer's Typescript Base Configuration

npm (scoped) GitHub commit activity (branch)

Logicer's Typescript configuration for use in other projects. Designed to be built upon for the project's specific needs. Includes the type-coverage plugin.

Install

npm install --save-dev typescript ts-plugin-type-coverage @logicer/tsconfig

Usage

In the project's tsconfig.json:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@logicer/prettier-config",
  ... // Your modifications
  "compilerOptions": {
		"outDir": "<out-directory>"
	},
  "include": [
    "<source-directory>"
  ]
}
5.0.1

1 year ago

5.0.0

1 year ago

4.1.0

1 year ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago