mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
31 lines
729 B
JSON
31 lines
729 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"outFile": "../../built/local/server.js",
|
|
"preserveConstEnums": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../services" }
|
|
],
|
|
"files": [
|
|
"types.ts",
|
|
"utilitiesPublic.ts",
|
|
"utilities.ts",
|
|
"watchType.ts",
|
|
"protocol.ts",
|
|
"scriptInfo.ts",
|
|
"typingsCache.ts",
|
|
"project.ts",
|
|
"editorServices.ts",
|
|
"packageJsonCache.ts",
|
|
"session.ts",
|
|
"scriptVersionCache.ts"
|
|
]
|
|
}
|