From 634733cd59cc75ef243fda4b163898c57fec0f56 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 11 Oct 2021 18:31:59 +0200 Subject: [PATCH] removed moduleResolution configuration since it seems not needed --- database/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/tsconfig.json b/database/tsconfig.json index 102d9112f..445b9d11f 100644 --- a/database/tsconfig.json +++ b/database/tsconfig.json @@ -44,7 +44,7 @@ // "noPropertyAccessFromIndexSignature": true, /* Require undeclared properties from index signatures to use element accesses. */ /* 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": [".", "../database"], /* List of root folders whose combined content represents the structure of the project at runtime. */