1.4.2 • Published 5 years ago

avet-typescript v1.4.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

avet-typescript

NPM version build status Test coverage David deps Known Vulnerabilities npm download

typescript plugin for avet, make TypeScript can be easily integrated into the project.


Install

$npm i avet-typescript

Uasge

because this project will be run in postinstall, and auto generator typescript about files. more info you can read install.js.

it is also support custom settings

{
  ts: {
    vscode: {
      // your vscode settings
    },
    tsconfig: {
      // your tsconfig settings
    },
    tslint: {
      // your tslint settings
    }
  }
}
1.4.2

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.3.0

7 years ago