Closed psenderos closed 2 years ago
Platform [ ] nodeJs [X ] Web/Browser
Issue description: I encounter a problem when using with isolatedModules set to true.
` Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'. TS1205
7 | export { 8 | BelfioreConnector, 9 | BelfiorePlace, | ^ 10 | };
`
Steps to reproduce the problem:
Ciao @Marketto, could you check to see if #72 helps?
Platform [ ] nodeJs [X ] Web/Browser
Issue description: I encounter a problem when using with isolatedModules set to true.
` Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'. TS1205
`
Steps to reproduce the problem: