From 9209254af56992f794d51e3ccd9ec632645855e0 Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Thu, 15 Aug 2019 14:13:45 +0800 Subject: [PATCH] cli open map config --- doric-cli/contents/_tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-cli/contents/_tsconfig.json b/doric-cli/contents/_tsconfig.json index fc94421e..4d880db4 100644 --- a/doric-cli/contents/_tsconfig.json +++ b/doric-cli/contents/_tsconfig.json @@ -10,7 +10,7 @@ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ // "declaration": true, /* Generates corresponding '.d.ts' file. */ // "declarationMap": true, /* 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": "build/", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */