5.0.1 • Published 2 years ago

@logicer/tsconfig v5.0.1

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

2 years ago

5.0.0

2 years ago

4.1.0

2 years 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