Skip to content

Commit 91a0086

Browse files
jhechtfnovemberborn
authored andcommitted
Remove v2 configuration from TypeScript recipe
Fixes #2376
1 parent b4cfc8d commit 91a0086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/recipes/typescript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ You can configure AVA to recognize TypeScript files. Then, with `ts-node` instal
1515
```json
1616
{
1717
"ava": {
18-
"compileEnhancements": false,
1918
"extensions": [
2019
"ts"
2120
],
@@ -39,7 +38,6 @@ Once installed, add the `tsconfig-paths/register` entry to the `require` section
3938
```json
4039
{
4140
"ava": {
42-
"compileEnhancements": false,
4341
"extensions": [
4442
"ts"
4543
],

0 commit comments

Comments
 (0)