X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig-base.json;h=658bfcfcb007f0d91129deff97701f59d30f3698;hb=316d1564060a88932a006299a12f621d64a0320f;hp=28e4186cc7a46108190920667ad2534c1c322ea6;hpb=5a983ff4d2a73c89f8894f0c17e9ae78cfe026a3;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig-base.json b/tsconfig-base.json index 28e4186c..658bfcfc 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -15,7 +15,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": "./dist", /* Redirect output structure to the directory. */ "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */