From: Jérôme Benoit Date: Tue, 4 Jul 2023 22:23:51 +0000 (+0200) Subject: build(simulator): cleanup TS configuration X-Git-Tag: v1.2.18~77 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a1c394ae6f706a51274c4a2adb1d5d89c0913596;p=e-mobility-charging-stations-simulator.git build(simulator): cleanup TS configuration Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig-base.json b/tsconfig-base.json index d72fc5e5..1dd0b7ca 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -17,8 +17,8 @@ // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' 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. */ + // "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. */ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ "removeComments": true, /* Do not emit comments to output. */