tsconfig.json: set moduleResolution
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 17 May 2021 20:21:25 +0000 (22:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 17 May 2021 20:21:25 +0000 (22:21 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tsconfig.json

index dfad95543fe2dd2882af1e250795e9d49b41e888..e217455b59674592ab6f17413492652733d46e66 100644 (file)
@@ -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. */