smarterror/ts/smarterror.plugins.ts

10 lines
174 B
TypeScript
Raw Normal View History

2017-06-09 12:59:36 +00:00
import 'typings-global'
2017-06-09 13:30:50 +00:00
import * as cleanStack from 'clean-stack'
import * as sourceMapSupport from 'source-map-support'
sourceMapSupport.install()
export {
cleanStack
}