mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
42 lines
958 B
JSON
42 lines
958 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/harness.js",
|
|
"types": [
|
|
"node", "mocha", "chai"
|
|
],
|
|
"lib": [
|
|
"es6",
|
|
"scripthost"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../services" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../server" },
|
|
{ "path": "../typingsInstallerCore" }
|
|
],
|
|
|
|
"files": [
|
|
"collections.ts",
|
|
"utils.ts",
|
|
"documents.ts",
|
|
"vpath.ts",
|
|
"vfs.ts",
|
|
"compiler.ts",
|
|
"evaluator.ts",
|
|
"fakes.ts",
|
|
"client.ts",
|
|
|
|
"runnerbase.ts",
|
|
"sourceMapRecorder.ts",
|
|
"harness.ts",
|
|
"harnessLanguageService.ts",
|
|
"virtualFileSystemWithWatch.ts",
|
|
"fourslash.ts",
|
|
"typeWriter.ts",
|
|
"loggedIO.ts"
|
|
]
|
|
}
|