Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tdesvenain committed Nov 8, 2017
1 parent d2c2518 commit 02bc6f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bc6f4

Please sign in to comment.