Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@radically-straightforward/typescript

leafac507MIT1.0.0

✅ TypeScript configuration

typescript, tsconfig

readme

Radically Straightforward · TypeScript

✅ TypeScript configuration

Installation

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

Usage

tsconfig.json

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

Note: The installation of @radically-straightforward/typescript should create tsconfig.json in the appropriate location.

@sindresorhus/tsconfig

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.

changelog