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
+2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ Both keys and values of the `rewritePaths` object must end with a `/`. Paths are
34
34
35
35
Output files are expected to have the `.js` extension.
36
36
37
+
AVA searches your entire project for `*.js`, `*.cjs`, `*.mjs` and `*.ts` files (or other extensions you've configured). It will ignore such files found in the `rewritePaths` targets (e.g. `build/`). If you use more specific paths, for instance `build/main/`, you may need to change AVA's `files` configuration to ignore other directories.
38
+
37
39
## Add additional extensions
38
40
39
41
You can configure AVA to recognize additional file extensions. To add (partial†) JSX support:
0 commit comments