smarterror/ts/smarterror.plugins.ts
2017-06-09 15:30:50 +02:00

10 lines
174 B
TypeScript

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