We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f565c8f commit 988f6e6Copy full SHA for 988f6e6
src/test.ts
@@ -6,7 +6,7 @@ import { fileURLToPath } from "url";
6
const baselineFolder = new URL("../baselines/", import.meta.url);
7
const outputFolder = new URL("../generated/", import.meta.url);
8
const tscPath = new URL(
9
- "../node_modules/typescript/lib/tsc.ts",
+ "../node_modules/typescript/lib/tsc.js",
10
import.meta.url,
11
);
12
0 commit comments