sesamy-cli/pkg/config/typescript.go
2024-07-13 21:49:39 +02:00

11 lines
222 B
Go

package config
import (
"github.com/foomo/gocontemplate/pkg/contemplate"
)
type TypeScript struct {
contemplate.Config `json:",inline" yaml:",squash"`
OutputPath string `json:"outputPath" yaml:"outputPath"`
}