From b7d9c85318ba05e177b7b7db3f9c2520a1dca633 Mon Sep 17 00:00:00 2001 From: Will Hoskings Date: Sun, 9 Feb 2020 16:01:51 +0000 Subject: [PATCH] Not sure what happened there. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 21514e078..19db3c704 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,7 +40,7 @@ /* Module Resolution Options */ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ - // Hack to stop VSCode from fsuggestions imports without ./ + // Hack to stop VSCode from suggesting imports without ./ or ../ as a prefix. "baseUrl": "../../", /* Base directory to resolve non-absolute module names. */ // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */