Skip to content

Commit 5a8186f

Browse files
authored
Produce source maps for local typescriptServices build (microsoft#41589)
* Enable source maps for typescriptServices local builds * Alias gulp lkg -> gulp LKG
1 parent 06fb724 commit 5a8186f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ task("LKG").description = "Makes a new LKG out of the built js files";
590590
task("LKG").flags = {
591591
" --built": "Compile using the built version of the compiler.",
592592
};
593+
task("lkg", series("LKG"));
593594

594595
const generateSpec = () => exec("cscript", ["//nologo", "scripts/word2md.js", path.resolve("doc/TypeScript Language Specification - ARCHIVED.docx"), path.resolve("doc/spec-ARCHIVED.md")]);
595596
task("generate-spec", series(buildScripts, generateSpec));

src/tsconfig-library-base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig-base",
33
"compilerOptions": {
44
"declarationMap": false,
5-
"sourceMap": false,
65
"composite": false,
76
"incremental": true,
87
"declaration": true,

0 commit comments

Comments
 (0)