1.4.2 • Published 6 years ago
avet-typescript v1.4.2
avet-typescript
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
}
}
}