Skip to content

Commit

Permalink
- documentation for #34
Browse files Browse the repository at this point in the history
  • Loading branch information
ezolenko committed Oct 25, 2017
1 parent 69da99a commit 5b85359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -75,9 +75,9 @@ The following compiler options are forced though:

Set to true for clean build (wipes out cache on every build).

* `cacheRoot`: ".rts2_cache"
* `cacheRoot`: `./.rts2_cache`

Path to cache.
Path to cache. Defaults to a folder in the current directory. Can be safely moved out with something like `${require('temp-dir')}/.rpt2_cache`, but watch out for multiple concurrent builds of the same repo.

* `include`: `[ "*.ts+(|x)", "**/*.ts+(|x)" ]`

Expand Down

0 comments on commit 5b85359

Please sign in to comment.