File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- import * as shajs from "sha.js" ;
1+ import shajs from "sha.js" ;
22
33/**
44 * Converts string into camelCase.
Original file line number Diff line number Diff line change 11import "reflect-metadata" ;
22import * as assert from "assert" ;
33import { createConnection } from "../../../src/index" ;
4- import * as rimraf from "rimraf" ;
4+ import rimraf from "rimraf" ;
55import { dirname } from "path" ;
66import { Connection } from "../../../src/connection/Connection" ;
77
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "lib" : [" es5" , " es6" ],
55 "outDir" : " build/compiled" ,
6+ "allowSyntheticDefaultImports" : true ,
7+ "esModuleInterop" : true ,
68 "target" : " es5" ,
79 "module" : " commonjs" ,
810 "moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments