From dec789b86d096bc13dfd0bde85a715c62b3f5912 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 1 Oct 2020 17:24:43 +0200 Subject: [PATCH] set baseUrl --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fd6658238..fb11eef21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "sourceMap": true, "noImplicitAny": true, "skipLibCheck": true, - "allowJs": true + "allowJs": true, + "baseUrl": "./src" }, "exclude": ["node_modules", "public", ".cache", "*.js"], "include": ["./src/**/*", "./tests/**/*", "./app.config.js"]