Skip to content

Commit

Permalink
Remove v2 configuration from TypeScript recipe
Browse files Browse the repository at this point in the history
Fixes #2376
  • Loading branch information
jhechtf authored and novemberborn committed Jan 21, 2020
1 parent b4cfc8d commit 91a0086
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/recipes/typescript.md
Expand Up @@ -15,7 +15,6 @@ You can configure AVA to recognize TypeScript files. Then, with `ts-node` instal
```json
{
"ava": {
"compileEnhancements": false,
"extensions": [
"ts"
],
Expand All @@ -39,7 +38,6 @@ Once installed, add the `tsconfig-paths/register` entry to the `require` section
```json
{
"ava": {
"compileEnhancements": false,
"extensions": [
"ts"
],
Expand Down

0 comments on commit 91a0086

Please sign in to comment.