From: Eduardo San Martin Morote Date: Mon, 11 Feb 2019 22:56:01 +0000 (+0100) Subject: fix tsconfig X-Git-Tag: v4.0.0-alpha.0~476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9c6daed024595a52dfa28f6cf466e6c7a64550;p=thirdparty%2Fvuejs%2Frouter.git fix tsconfig --- diff --git a/tsconfig.json b/tsconfig.json index b84769fc..b6735828 100644 --- a/tsconfig.json +++ b/tsconfig.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. */