@radically-straightforward/typescript

1.0.0 • Public • Published

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

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.

Readme

Keywords

Package Sidebar

Install

npm i @radically-straightforward/typescript

Weekly Downloads

23

Version

1.0.0

License

MIT

Unpacked Size

2.82 kB

Total Files

5

Last publish

Collaborators

  • leafac