From f92bc4147b853b1872eff69a8417460b01eac455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Mon, 25 Feb 2019 14:25:01 +0200 Subject: [PATCH] Path mappings require baseUrl property (#1000) ![image](https://user-images.githubusercontent.com/13103045/53302860-e53ac180-386b-11e9-8157-f488441540d5.png) --- docs/user/config/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/config/index.md b/docs/user/config/index.md index dd700e897b..283b46c579 100644 --- a/docs/user/config/index.md +++ b/docs/user/config/index.md @@ -87,6 +87,7 @@ With the below config in your `tsconfig`: // tsconfig.json { "compilerOptions": { + "baseUrl": ".", "paths": { "@App/*": ["src/*"], "lib/*": ["common/*"]