mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"removeComments": true,
|
|
"outFile": "../../built/local/tsserver.js",
|
|
"preserveConstEnums": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"../services/shims.ts",
|
|
"../services/utilities.ts",
|
|
"shared.ts",
|
|
"utilities.ts",
|
|
"scriptVersionCache.ts",
|
|
"scriptInfo.ts",
|
|
"typingsCache.ts",
|
|
"project.ts",
|
|
"editorServices.ts",
|
|
"protocol.ts",
|
|
"session.ts",
|
|
"server.ts"
|
|
]
|
|
}
|