in projen/typescript/typescript.go [854:865]
func (t *jsiiProxy_TypeScriptAppProject) AddCompileCommand(commands ...*string) {
args := []interface{}{}
for _, a := range commands {
args = append(args, a)
}
_jsii_.InvokeVoid(
t,
"addCompileCommand",
args,
)
}