mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
32 lines
804 B
JSON
32 lines
804 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"preserveConstEnums": true,
|
|
"pretty": true,
|
|
"outFile": "../../built/local/tsserverlibrary.js",
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"target": "es5",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"declaration": true,
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"editorServices.ts",
|
|
"lsHost.ts",
|
|
"project.ts",
|
|
"protocol.ts",
|
|
"scriptInfo.ts",
|
|
"scriptVersionCache.ts",
|
|
"session.ts",
|
|
"shared.ts",
|
|
"types.ts",
|
|
"typingsCache.ts",
|
|
"utilities.ts",
|
|
"../services/shims.ts",
|
|
"../services/utilities.ts"
|
|
]
|
|
}
|