From: Jérôme Benoit Date: Mon, 17 May 2021 20:21:25 +0000 (+0200) Subject: tsconfig.json: set moduleResolution X-Git-Tag: v1.0.1-0~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=54deaf5ff7b62f2684c4c00b1d491ca2a7471f56;p=e-mobility-charging-stations-simulator.git tsconfig.json: set moduleResolution Signed-off-by: Jérôme Benoit --- diff --git a/tsconfig.json b/tsconfig.json index dfad9554..e217455b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,7 +43,7 @@ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ /* Module Resolution Options */ - // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ + "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */