Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Wubben <mark@novemberborn.net>
  • Loading branch information
szmarczak and novemberborn committed Feb 22, 2021
1 parent e08f0ca commit d88e7a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Then, enable TypeScript support either in `package.json` or `ava.config.*`:
}
```

Both keys and values of the `rewritePaths` object must end with a `/`. Paths are relative to your project directory.\
You can enable compilation via the `compile` property. It is recommended to set it to `false` when running `ts` in a watcher mode.
Both keys and values of the `rewritePaths` object must end with a `/`. Paths are relative to your project directory.

You can enable compilation via the `compile` property. If you already run `tsc` separately, in watch mode perhaps, it is recommended to set it to `false`.

Output files are expected to have the `.js` extension.

Expand Down

0 comments on commit d88e7a2

Please sign in to comment.