1.0.0 • Published 1 year ago

@radically-straightforward/typescript v1.0.0

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

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.

Related Work

@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.