mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
4ffdea838a
* use local registry to check if typings package exist (#12014) use local registry to check if typings package exist * enable sending telemetry events to tsserver client (#12035) enable sending telemetry events
30 lines
760 B
JSON
30 lines
760 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "../../built/local/tsserverlibrary.js",
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"declaration": true,
|
|
"types": [],
|
|
"target": "es5",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"files": [
|
|
"../services/shims.ts",
|
|
"../services/utilities.ts",
|
|
"shared.ts",
|
|
"utilities.ts",
|
|
"scriptVersionCache.ts",
|
|
"scriptInfo.ts",
|
|
"lshost.ts",
|
|
"typingsCache.ts",
|
|
"project.ts",
|
|
"editorServices.ts",
|
|
"protocol.d.ts",
|
|
"session.ts"
|
|
]
|
|
}
|