Logicer16 / tsconfig

Logicer's Typescript Base Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>"
  ]
}

About

Logicer's Typescript Base Configuration

License:MIT License