4.0.2 • Published 4 years ago

@checkdigit/typescript v4.0.2

Weekly downloads
21
License
MIT
Repository
github
Last release
4 years ago

typescript

Check Digit "blessed" version of Typescript compiler, plus configuration and lint rules.

The version of this package will always match the underlying version of TypeScript.

Installation

npm add -D @checkdigit/typescript

Installation will bring in, as a production dependency, the version of TypeScript that matches the version of the @checkdigit/typescript package. It will also include a specific version of tslint, and Check Digit custom tslint rules.

To use, make sure your project's tsconfig.json and tslint.json extend @checkdigit/typescript. Make sure your project does not bring in it's own version of typescript or tslint as a dependency.

Example tsconfig.json

{
  "extends": "@checkdigit/typescript",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "build"
  },
  "exclude": [
    "node_modules",
    "build",
    "dist",
    "serve"
  ]
}

Example tslint.json

{
  "extends": "@checkdigit/typescript"
}
4.0.2-beta.10

4 years ago

4.0.2-beta.9

4 years ago

4.0.2-beta.8

4 years ago

4.0.2-beta.7

4 years ago

4.0.2-beta.6

4 years ago

4.0.2-beta.5

4 years ago

4.0.2-beta.4

4 years ago

4.0.2-beta.3

4 years ago

4.0.2-beta.2

4 years ago

4.0.2-beta.0

4 years ago

4.0.2-beta.1

4 years ago

4.0.2

4 years ago

3.9.3

4 years ago

3.9.3-beta.0

4 years ago

3.9.3-beta.1

4 years ago

3.8.3

4 years ago

3.7.5

4 years ago

3.7.2

5 years ago

3.6.2

5 years ago

3.6.2-beta.1

5 years ago

3.5.4

5 years ago

3.5.3

5 years ago

3.5.2

5 years ago

3.5.1

5 years ago

3.4.5

5 years ago

3.4.4

5 years ago

3.4.1

5 years ago

3.3.1

5 years ago

3.2.4

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago