mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
Apply suggestions from code review
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
This commit is contained in:
parent
34cf76ca3b
commit
46572b0f64
@ -70,7 +70,7 @@ export function getFsContentsForNode10Result(): FsContents {
|
||||
import { foo2 } from "foo2";
|
||||
import { bar2 } from "bar2";
|
||||
`,
|
||||
"/a/lib/lib.es2022.full.d.ts": libFile.content,
|
||||
"/lib/lib.es2022.full.d.ts": libFile.content,
|
||||
"/home/src/projects/project/tsconfig.json": JSON.stringify({
|
||||
compilerOptions: {
|
||||
module: "node16",
|
||||
@ -82,6 +82,6 @@ export function getFsContentsForNode10Result(): FsContents {
|
||||
},
|
||||
files: ["index.mts"]
|
||||
}),
|
||||
[libFile.path]: libFile.content,
|
||||
[libFile.path.replace("lib.d.ts", "lib.esnext.full.d.ts")]: libFile.content,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user