import 'typings-global' import * as cleanStack from 'clean-stack' import * as sourceMapSupport from 'source-map-support' sourceMapSupport.install() export { cleanStack }