0.2.3 • Published 1 year ago

@nnecec/tsconfig v0.2.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.2.2

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago