From 7d81edb529eb182c99a57595b11ab29adb0ef330 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 11 Mar 2022 09:14:39 -0500 Subject: [PATCH] fix build Signed-off-by: Sebastian Malton --- tsconfig.json | 1 - webpack/tsconfig.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 webpack/tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index 6b995d08e6306..8d743937155e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -47,7 +47,6 @@ "include": [ "src/**/*", "types/*.d.ts", - "webpack/*.ts" ], "exclude": [ "node_modules", diff --git a/webpack/tsconfig.json b/webpack/tsconfig.json new file mode 100644 index 0000000000000..3c43903cfdd17 --- /dev/null +++ b/webpack/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "../tsconfig.json" +}