Build environment: macOS
Moddable SDK version: 7.2.0
When I build a Piu application implemented in TypeScript, I get the following error.
../../../typings/piu/MC.d.ts:597:5 - error TS2661: Cannot export 'Coordinates'. Only local declarations can be exported from a module.
597 Coordinates,
~~~~~~~~~~~
../../../typings/piu/MC.d.ts:598:5 - error TS2661: Cannot export 'Position'. Only local declarations can be exported from a module.
598 Position,
~~~~~~~~
../../../typings/piu/MC.d.ts:599:5 - error TS2661: Cannot export 'Size'. Only local declarations can be exported from a module.
599 Size,
~~~~
../../../typings/piu/MC.d.ts:600:5 - error TS2661: Cannot export 'Bounds'. Only local declarations can be exported from a module.
600 Bounds,
~~~~~~
../../../typings/piu/MC.d.ts:601:5 - error TS2661: Cannot export 'Color'. Only local declarations can be exported from a module.
601 Color,
...
I do not know the background, but it appears that the cause may be that it was split into typings/piu/MC-types.d.ts in a recent update.