2.2.0 • Published 9 days ago

@dotcom-tool-kit/typescript v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 days ago

@dotcom-tool-kit/typescript

Tool Kit plugin to build TypeScript code

Installation & Usage

With Tool Kit already set up, install this plugin as a dev dependency:

npm install --save-dev @dotcom-tool-kit/typescript

And add it to your repo's .toolkitrc.yml:

plugins:
  - '@dotcom-tool-kit/typescript'

Tasks

TypeScript

Compile code with tsc.

Task options

PropertyDescriptionType
configPathto the TypeScript config file. Uses TypeScript's own tsconfig.json resolution by defaultstring
buildRun Typescript in build mode.true
watchRun Typescript in watch mode.true
noEmitRun Typescript with --noEmit, for checking your types without outputting compiled Javascript.true

All properties are optional.

3.0.0-beta.1

9 days ago

3.0.0-beta.2

9 days ago

3.0.0-beta.0

10 days ago

2.2.0

4 months ago

2.1.7

5 months ago

2.1.4

8 months ago

2.1.3

10 months ago

2.1.6

5 months ago

2.1.5

7 months ago

2.1.2

11 months ago

2.1.1

12 months ago

1.0.2

1 year ago

1.0.5

1 year ago

2.1.0

1 year ago

1.0.4

1 year ago

2.0.0

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago