mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"pretty": true,
|
|
"out": "../../built/local/tsserver.js",
|
|
"sourceMap": true,
|
|
"stripInternal": true
|
|
},
|
|
"files": [
|
|
"../services/shims.ts",
|
|
"../services/utilities.ts",
|
|
"node.d.ts",
|
|
"editorServices.ts",
|
|
"protocol.d.ts",
|
|
"session.ts",
|
|
"server.ts"
|
|
]
|
|
}
|