1
0
Fork 0
salty-dog/test/harness.ts

4 lines
80 B
TypeScript
Raw Normal View History

2019-09-11 13:48:14 +00:00
import sourceMapSupport from 'source-map-support';
2019-08-30 05:24:12 +00:00
2019-09-11 13:48:14 +00:00
sourceMapSupport.install();