@nnecec/tsconfig

0.2.3 • Public • Published

@nnecec/tsconfig

These are base shared tsconfig.jsons from which all other tsconfig.json's inherit from.

Features

  • Target: ES2020

Usage

Install:

$ npm install --save-dev typescript @nnecec/tsconfig

Edit tsconfig.json:

{
  "extends": "@nnecec/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  }
}
// or
{
  "extends":"@nnecec/tsconfig/react",
  // or
  "extends":"@nnecec/tsconfig/commonjs",
}

Readme

Keywords

none

Package Sidebar

Install

npm i @nnecec/tsconfig

Weekly Downloads

4

Version

0.2.3

License

none

Unpacked Size

2.45 kB

Total Files

6

Last publish

Collaborators

  • nnecec