Skip to content

Commit 75d42be

Browse files
committed
Add compile property to ava configuration
This is required with `@ava/typescript` v2
1 parent 46ddfc6 commit 75d42be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"typescript": {
1717
"rewritePaths": {
1818
"src/": "lib/"
19-
}
19+
},
20+
"compile": false
2021
}
2122
},
2223
"license": "MIT",

0 commit comments

Comments
 (0)