From 1b16e80ad485ea95b976feb69b2619a11b24e667 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 29 Dec 2021 23:17:27 +0100 Subject: [PATCH] Update database/tsconfig.json Co-authored-by: Ulf Gebhardt --- database/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/tsconfig.json b/database/tsconfig.json index c2e0ae6c2..445b9d11f 100644 --- a/database/tsconfig.json +++ b/database/tsconfig.json @@ -46,7 +46,7 @@ /* Module Resolution Options */ // "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'. */ + // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ // "rootDirs": [".", "../database"], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */ // "types": [], /* Type declaration files to be included in compilation. */