From 02bc6f4950b3b2112d1ec472cc0aab7e93baf8d5 Mon Sep 17 00:00:00 2001 From: Thomas Desvenain Date: Wed, 8 Nov 2017 16:47:10 +0100 Subject: [PATCH] doc --- docs/development.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index 635cae4..d3b9601 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -70,7 +70,8 @@ Add the paths mapping to the ``compilerOptions`` in the ``tsconfig.app.json`` of "angular-traversal": ["packages/angular-traversal"] } -With some IDEs, like IntelliJ, you will have to put those settings into root ``tsconfig.json``. Note that the baseUrl will be ``./src`` there. +With some IDEs, like IntelliJ, you will have to put those settings into root ``tsconfig.json``. +Note that the baseUrl will be your source directory (probably ``./src``) there. .. code-block:: javascript