From 80ad7dabbc97b9a0b86a4aa3b89e96db079eeeeb Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Sun, 6 Oct 2019 10:38:06 -0400 Subject: [PATCH] chore: Configure tap to not use `esm` (#1189) --- .taprc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.taprc b/.taprc index f10d966a9..66ddef5b6 100644 --- a/.taprc +++ b/.taprc @@ -3,5 +3,6 @@ "coverage": false, "jobs": 1, "timeout": 360, - "bail": false + "bail": false, + "esm": false }