This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@radically-straightforward/tsconfig

1.0.1 • Public • Published

Radically Straightforward · TSConfig

✅ TypeScript configuration

Installation

$ npm install --save-dev @radically-straightforward/tsconfig

Usage

tsconfig.json

{
  "extends": "@radically-straightforward/tsconfig",
  "compilerOptions": {
    "rootDir": "./source/",
    "outDir": "./build/"
  }
}

Related Work

Similar in spirit, but we make fewer decisions in terms of syntax (noImplicitReturns, noImplicitOverride, and so forth), we enable isolatedModules for esbuild’s benefit, and so forth.

/@radically-straightforward/tsconfig/

    Package Sidebar

    Install

    npm i @radically-straightforward/tsconfig

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • leafac