mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 10:46:28 -05:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
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": [
|
|
"collectionsImpl.ts",
|
|
"util.ts",
|
|
"documentsUtil.ts",
|
|
"vpathUtil.ts",
|
|
"vfsUtil.ts",
|
|
"compilerImpl.ts",
|
|
"evaluatorImpl.ts",
|
|
"fakesHosts.ts",
|
|
"client.ts",
|
|
"findUpDir.ts",
|
|
|
|
"runnerbase.ts",
|
|
"sourceMapRecorder.ts",
|
|
"harnessGlobals.ts",
|
|
"harnessUtils.ts",
|
|
"harnessIO.ts",
|
|
"harnessLanguageService.ts",
|
|
"virtualFileSystemWithWatch.ts",
|
|
"fourslashImpl.ts",
|
|
"fourslashInterfaceImpl.ts",
|
|
"typeWriter.ts"
|
|
]
|
|
}
|