1.0.1 • Published 2 months ago

@radically-straightforward/tsconfig v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

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

1.0.1

2 months ago

1.0.0

6 months ago