You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,9 @@ Then, enable TypeScript support either in `package.json` or `ava.config.*`:
31
31
}
32
32
```
33
33
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`.
36
37
37
38
Output files are expected to have the `.js` extension.
0 commit comments