From 54fcbcbfffb7751e9700d4d9bb45ea3ae1b2168d Mon Sep 17 00:00:00 2001 From: Claas Ahlrichs Date: Sat, 30 Mar 2019 11:57:23 +0100 Subject: [PATCH] added missing file --- types/align-text/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/align-text/tsconfig.json b/types/align-text/tsconfig.json index 5184832b59..bdea3b3399 100644 --- a/types/align-text/tsconfig.json +++ b/types/align-text/tsconfig.json @@ -17,6 +17,7 @@ "index.d.ts", "test/simple.ts", "test/center-simple.ts", - "test/center-complex.ts" + "test/center-complex.ts", + "test/array.ts" ] }