Remove configureLanguageServiceBuild, instrumenter (#51048)

This commit is contained in:
Jake Bailey
2022-10-04 10:36:57 -07:00
committed by GitHub
parent 9dfffd0fbb
commit 49533168db
5 changed files with 0 additions and 190 deletions

View File

@@ -1,25 +0,0 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"outFile": "../../built/local/loggedIO.js",
"types": [
"node", "mocha", "chai"
],
"lib": [
"es6",
"scripthost"
]
},
"references": [
{ "path": "../compiler", "prepend": true },
{ "path": "../services", "prepend": true },
{ "path": "../jsTyping", "prepend": true },
{ "path": "../server", "prepend": true },
{ "path": "../typingsInstallerCore", "prepend": true },
{ "path": "../harness", "prepend": true },
],
"files": [
"loggedIO.ts"
]
}