Skip to content

Commit d88e7a2

Browse files
Update README.md
Co-authored-by: Mark Wubben <[email protected]>
1 parent e08f0ca commit d88e7a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ Then, enable TypeScript support either in `package.json` or `ava.config.*`:
3131
}
3232
```
3333

34-
Both keys and values of the `rewritePaths` object must end with a `/`. Paths are relative to your project directory.\
35-
You can enable compilation via the `compile` property. It is recommended to set it to `false` when running `ts` in a watcher mode.
34+
Both keys and values of the `rewritePaths` object must end with a `/`. Paths are relative to your project directory.
35+
36+
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`.
3637

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

0 commit comments

Comments
 (0)