mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
571d1f7b54
* Fix gulp-typescript to 2.14.1 untill gulpFile.ts is migrated. * Upgrade gulp-typescript to 3.0
30 lines
686 B
JSON
30 lines
686 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"pretty": true,
|
|
"outFile": "../../built/local/tsserver.js",
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"../services/shims.ts",
|
|
"../services/utilities.ts",
|
|
"utilities.ts",
|
|
"scriptVersionCache.ts",
|
|
"scriptInfo.ts",
|
|
"lshost.ts",
|
|
"typingsCache.ts",
|
|
"project.ts",
|
|
"editorServices.ts",
|
|
"protocol.d.ts",
|
|
"session.ts",
|
|
"server.ts"
|
|
]
|
|
}
|