]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
fix tsconfig
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Feb 2019 22:56:01 +0000 (23:56 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 Feb 2019 22:56:01 +0000 (23:56 +0100)
tsconfig.json

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