Produce source maps for local typescriptServices build (#41589)

* Enable source maps for typescriptServices local builds

* Alias gulp lkg -> gulp LKG
This commit is contained in:
Andrew Branch 2020-11-30 14:28:13 -08:00 committed by GitHub
parent 06fb724cd1
commit 5a8186f86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -590,6 +590,7 @@ task("LKG").description = "Makes a new LKG out of the built js files";
task("LKG").flags = {
" --built": "Compile using the built version of the compiler.",
};
task("lkg", series("LKG"));
const generateSpec = () => exec("cscript", ["//nologo", "scripts/word2md.js", path.resolve("doc/TypeScript Language Specification - ARCHIVED.docx"), path.resolve("doc/spec-ARCHIVED.md")]);
task("generate-spec", series(buildScripts, generateSpec));

View File

@ -2,7 +2,6 @@
"extends": "./tsconfig-base",
"compilerOptions": {
"declarationMap": false,
"sourceMap": false,
"composite": false,
"incremental": true,
"declaration": true,