mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Set lib file content instead of changing target
This commit is contained in:
@@ -70,9 +70,9 @@ export function getFsContentsForNode10Result(): FsContents {
|
||||
import { foo2 } from "foo2";
|
||||
import { bar2 } from "bar2";
|
||||
`,
|
||||
"/a/lib/lib.es2022.full.d.ts": libFile.content,
|
||||
"/home/src/projects/project/tsconfig.json": JSON.stringify({
|
||||
compilerOptions: {
|
||||
target: "es5",
|
||||
module: "node16",
|
||||
moduleResolution: "node16",
|
||||
traceResolution: true,
|
||||
|
||||
Reference in New Issue
Block a user