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"]