Five Accesor/Property Mixups
Got five errors when trying to build with the latest version:
/node_modules/foundry-pc-types/types/framework/entities/journal.d.ts(18,2): error TS2610: 'visible' is defined as an accessor in class 'Entity', but is overridden here in 'JournalEntry' as an instance property. /node_modules/foundry-pc-types/types/pixi/canvaslayer.d.ts(11,6): error TS2611: 'name' is defined as a property in class 'Container', but is overridden here in 'CanvasLayer' as an accessor. /node_modules/foundry-pc-types/types/pixi/placeables/token.d.ts(48,2): error TS2610: 'los' is defined as an accessor in class 'PlaceableObject', but is overridden here in 'Token' as an instance property. /node_modules/foundry-pc-types/types/pixi/placeables/token.d.ts(53,2): error TS2610: 'fov' is defined as an accessor in class 'PlaceableObject', but is overridden here in 'Token' as an instance property. /node_modules/foundry-pc-types/types/pixi/placeables/token.d.ts(84,6): error TS2611: 'name' is defined as a property in class 'PlaceableObject', but is overridden here in 'Token' as an accessor.
Fairly simple fix to just address the core issue, although trying to make stuff consistent is a huge pain I'm sure.