TypeScript/tests/cases/fourslash/server/projectWithNonExistentFiles.ts

14 lines
324 B
TypeScript

/// <reference path="../fourslash.ts"/>
// @Filename: a.ts
////export var test = "test String"
// @Filename: b.ts
////export var test2 = "test String"
// @Filename: tsconfig.json
////{ "files": ["a.ts", "c.ts", "b.ts"] }
goTo.file("a.ts");
verify.ProjectInfo(["/lib.d.ts", "a.ts", "b.ts", "tsconfig.json"])