Skip to content

Commit 0c00853

Browse files
committed
Bring back modeyule resolution for the test runner
1 parent bf3844d commit 0c00853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/testRunner/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../tsconfig-noncomposite-base",
33
"compilerOptions": {
44
"outFile": "../../built/local/run.js",
5+
"moduleResolution": "node",
56
"composite": false,
67
"declaration": false,
78
"declarationMap": false,

0 commit comments

Comments
 (0)