Overview
Overall, this release improves the TypeScript workflow for environments that don't like typings with imports/exports. Also, typings now work with module declarations (import * as sound from "pixi-sound"
) or global declarations (import "pixi-sound";
, i.e., namespaces).