File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- import * as path from "path" ;
1+ import path from "path" ;
22
33import { runTests } from "@vscode/test-electron" ;
44
Original file line number Diff line number Diff line change 11import * as glob from "glob" ;
22import * as Mocha from "mocha" ;
3- import * as path from "path" ;
3+ import path from "path" ;
44
55export function run ( ) : Promise < void > {
66 // Create the mocha test
Original file line number Diff line number Diff line change 88 ],
99 "sourceMap" : true ,
1010 "rootDir" : " src" ,
11- "strict" : true /* enable all strict type-checking options */
11+ "strict" : true , /* enable all strict type-checking options */
12+ "esModuleInterop" : true
1213 /* Additional Checks */
1314 // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
1415 // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
1516 // "noUnusedParameters": true, /* Report errors on unused parameters. */
1617 }
17- }
18+ }
You can’t perform that action at this time.
0 commit comments