@sqrtthree/tsconfig

3.1.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @sqrtthree/tsconfig

      Weekly Downloads

      2

      Version

      3.1.1

      License

      MIT

      Unpacked Size

      4.11 kB

      Total Files

      4

      Last publish

      Collaborators

      • sqrtthree