1.1.2 • Published 4 months ago

@nielse63/tsconfig v1.1.2

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

@nielse63/tsconfig

Shared TypeScript config for basic projects

npm (scoped) npm GitHub issues by-label

Installation

npm install --save-dev @nielse63/tsconfig

Usage

tsconfig.json

{
  "extends": "@nielse63/tsconfig",
  "compilerOptions": {
    "outDir": "./dist"
  },
  "include": ["./src/**/*.ts"]
}

See tsconfig.json for all options.