1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/tsconfig.json b/cdn/tsconfig.json
index 94cc7b58..85b35f55 100644
--- a/cdn/tsconfig.json
+++ b/cdn/tsconfig.json
@@ -17,7 +17,7 @@
"declaration": true /* Generates corresponding '.d.ts' file. */,
"declarationMap": false /* Generates a sourcemap for each corresponding '.d.ts' file. */,
"inlineSourceMap": true /* Emit a single file with source maps instead of having a separate 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. */,
|