Skip to content

Commit 97429ea

Browse files
committed
Added compile property in ava configuration for version 2
1 parent d44095c commit 97429ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ava.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const config = {
99
typescript: {
1010
rewritePaths: {
1111
'src/': 'lib/'
12-
}
12+
},
13+
compile: false
1314
}
1415
};
1516

0 commit comments

Comments
 (0)