const SCompilerConfig = Struct({ ... })
parseEither(SCompilerConfig)(unvalidatedConfig, {
errors: 'all',
onExcessProperty: 'error',
}),
const SCompilerConfig = Struct({ ... })
parseEither(SCompilerConfig)(unvalidatedConfig, {
errors: 'all',
onExcessProperty: 'error',
}),