The `ParserBuildOptions` type does not allow passing plugin options such as : ``` const parser = generate("start = ('a' / 'b')+", { output: 'source', format: 'es', plugins: [tspegjs], tspegjs: { // <-- not allowed customHeader: 'foo' } }) ```