Skip to content

Commit 2fe3ff1

Browse files
committed
Update configuration docs for TypeScript
1 parent 42fc7ce commit 2fe3ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note that providing files on the CLI overrides the `files` option.
6363

6464
When using AVA 3, provide the `babel` option (and install [`@ava/babel`](https://github.com/avajs/babel) as an additional dependency) to enable Babel compilation.
6565

66-
Provide the `typescript` option (and install [`@ava/typescript`](https://github.com/avajs/typescript) as an additional dependency) to enable (rudimentary) TypeScript support.
66+
Provide the `typescript` option (and install [`@ava/typescript`](https://github.com/avajs/typescript) as an additional dependency) for AVA to run tests written in TypeScript.
6767

6868
## Using `ava.config.*` files
6969

0 commit comments

Comments
 (0)