update smarterror

This commit is contained in:
2017-06-09 15:30:50 +02:00
parent f2804920fb
commit a11696a170
6 changed files with 36 additions and 1 deletions

View File

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