.vertx-lang-typescript.1.0.0.source-code.codegen.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-lang-typescript Show documentation
Show all versions of vertx-lang-typescript Show documentation
TypeScript support for Vert.x 3.0
{
"name": "JavaScript",
"generators": [ {
"kind": "class",
"fileName": "'resources/' + type.raw.moduleName + '-js/' + helper.convertCamelCaseToUnderscores(type.raw.simpleName) + '.d.ts'",
"templateFileName": "vertx-typescript/template/ts.templ"
} ]
}