mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
20 lines
480 B
JSON
20 lines
480 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",
|
|
"editorServices.ts",
|
|
"protocol.d.ts",
|
|
"session.ts"
|
|
]
|
|
}
|