* rollup - fail when typescript has warnings or errors
Currently this is detected when building the docu. Since the developer
rarely does that the problem is detected on github.
This change allows the developer to discover the error early by failing
the build.
* 3.0.75
* removed tw-elements
* removed tw-elements package
* found userType artefacts and removed it
* fixed linting
* 3.0.76
* adjust sidebar size and transition
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
- Separated types and moved them into the proper ./types folder defined
in the tsconfig.json.
- Defined a new folder alias `#types`.
- New eslint rule to enforce `import type` when a type is imported.
- Removed Geometry Class and used manual Point types from `geojson`