summary refs log tree commit diff
path: root/gateway/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/tsconfig.json')
-rw-r--r--gateway/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/tsconfig.json b/gateway/tsconfig.json
index 70407c6b..9f855d33 100644
--- a/gateway/tsconfig.json
+++ b/gateway/tsconfig.json
@@ -18,7 +18,7 @@
 		// "jsx": "preserve",                     /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
 		"declaration": true /* Generates corresponding '.d.ts' file. */,
 		"declarationMap": false /* Generates a sourcemap for each corresponding '.d.ts' file. */,
-		// "sourceMap": true /* Generates corresponding '.map' file. */,
+		"sourceMap": true /* Generates corresponding '.map' file. */,
 		// "outFile": "./",                       /* Concatenate and emit output to single file. */
 		"outDir": "./dist/" /* Redirect output structure to the directory. */,
 		"rootDir": "./src/" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,