META-INF.dirigible.template-form.form.project.json.template Maven / Gradle / Ivy
The newest version!
{
"guid": "{{projectName}}",
"actions": [
{
"name": "Build TypeScript",
"commands": [
{
"os": "unix",
"command": "tsc"
},
{
"os": "windows",
"command": "cmd /c tsc"
}
],
"registry": "true"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy