Files
TypeScript/src/server/tsconfig.library.json
T
2016-08-12 11:04:43 -07:00

25 lines
610 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"out": "../../built/local/tsserverlibrary.js",
"sourceMap": true,
"stripInternal": true,
"declaration": true,
"types": []
},
"files": [
"../services/shims.ts",
"../services/utilities.ts",
"utilities.ts",
"scriptVersionCache.ts",
"scriptInfo.ts",
"lshost.ts",
"project.ts",
"editorServices.ts",
"protocol.d.ts",
"session.ts"
]
}