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