Skip to content

Commit 988f6e6

Browse files
committed
mass change always falls out
1 parent f565c8f commit 988f6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { fileURLToPath } from "url";
66
const baselineFolder = new URL("../baselines/", import.meta.url);
77
const outputFolder = new URL("../generated/", import.meta.url);
88
const tscPath = new URL(
9-
"../node_modules/typescript/lib/tsc.ts",
9+
"../node_modules/typescript/lib/tsc.js",
1010
import.meta.url,
1111
);
1212

0 commit comments

Comments
 (0)