From 009e0fa8591730cb42621dd4c51be3fada40a56f Mon Sep 17 00:00:00 2001 From: Clint Andrew Hall Date: Fri, 29 Jan 2021 08:37:11 -0600 Subject: [PATCH] Remove typo --- src/plugins/dashboard/tsconfig.json | 2 +- x-pack/plugins/reporting/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/dashboard/tsconfig.json b/src/plugins/dashboard/tsconfig.json index ee22c2e9c3a84d..c70f2bad7e7012 100644 --- a/src/plugins/dashboard/tsconfig.json +++ b/src/plugins/dashboard/tsconfig.json @@ -8,7 +8,7 @@ "declarationMap": true }, "include": [ - "*.ts*", + "*.ts", ".storybook/**/*", "common/**/*", "public/**/*", diff --git a/x-pack/plugins/reporting/tsconfig.json b/x-pack/plugins/reporting/tsconfig.json index 1dd3232443d3e1..88e8d343f4700f 100644 --- a/x-pack/plugins/reporting/tsconfig.json +++ b/x-pack/plugins/reporting/tsconfig.json @@ -28,4 +28,4 @@ { "path": "../security/tsconfig.json" }, { "path": "../spaces/tsconfig.json" }, ] -} \ No newline at end of file +}