0.2.3 • Published 2 months ago

@nnecec/tsconfig v0.2.3

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

@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",
}
0.2.3

2 months ago

0.2.1

5 months ago

0.2.0

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.2.2

5 months ago

0.1.6

10 months ago

0.1.5

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago