From e8243b73b58557d3fb01105a47ac2ea2bac87f70 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 11 Mar 2019 10:11:05 +0100 Subject: [PATCH] Fix transpilation --- config/tsconfig-build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tsconfig-build.json b/config/tsconfig-build.json index 1f37a96132..56de194321 100644 --- a/config/tsconfig-build.json +++ b/config/tsconfig-build.json @@ -37,7 +37,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. */