3.1.1 • Published 1 year ago

@sqrtthree/tsconfig v3.1.1

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

npm

tsconfig

Shared TypeScript config for my Node.js projects. The configuration is now distributed to be compatible with TypeScript 5.0 or newer.

Install

yarn add --dev @sqrtthree/tsconfig

Or use npm:

npm install --save-dev @sqrtthree/tsconfig

Usage

For example in your tsconfig.json:

{
  "extends": "@sqrtthree/tsconfig",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./dist"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}

sqrtthree.com  ·  GitHub @sqrthree  ·  Twitter @sqrtthree