mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
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:
parent
06fb724cd1
commit
5a8186f86d
@ -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));
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
"extends": "./tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"declarationMap": false,
|
||||
"sourceMap": false,
|
||||
"composite": false,
|
||||
"incremental": true,
|
||||
"declaration": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user