Files
TypeScript/src/harness/tsconfig.json
T

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"
]
}