Polyfill safari 14 (#149)
* add core-js and necessary polyfills
* set TS target to ES2015
* set ES2018 as default since it's prob enough
* remove --host added by mistake
* replace usage of array.prototype.at by more compatible alternative
* remove core-js and replaceAll polyfill
* fix wrong usage of crypto global