From 724e6d38b477d5b4f55be2134c353e7699eb555c Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sun, 21 Oct 2018 23:25:07 +0300 Subject: [PATCH] updated compiler options --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a118bd1..0ed7b15 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "types": [ "node", "pg", - "mysql" + "mysql", + "tape" ] },