mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Enabled sourcemaps in tsconfig
refs https://ghost.slack.com/archives/C05DUT549JR/p1689604345421799 - this enables sourcemap creation in our tsconfig setup so breakpoints work correctly in a debugger - this should eventually be switched out for a CLI flag as we don't want to produce sourcemaps all the time (for example during release)
This commit is contained in:
parent
c281935a35
commit
60e478ff90
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
||||
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
||||
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
|
||||
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
|
||||
// "outDir": "build", /* Specify an output folder for all emitted files. */
|
||||
|
|
Loading…
Add table
Reference in a new issue