From 952182e7c59fcf492e687d27b5aa66ef3ae4f0db Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 16 Feb 2021 09:13:53 -0500 Subject: [PATCH] test change --- libs/remix-ui/debugger-ui/tsconfig.lib.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/remix-ui/debugger-ui/tsconfig.lib.json b/libs/remix-ui/debugger-ui/tsconfig.lib.json index 71adee65df..2204a35fd3 100644 --- a/libs/remix-ui/debugger-ui/tsconfig.lib.json +++ b/libs/remix-ui/debugger-ui/tsconfig.lib.json @@ -1,3 +1,4 @@ + { "extends": "./tsconfig.json", "compilerOptions": { @@ -9,5 +10,5 @@ "../../node_modules/@nrwl/react/typings/image.d.ts" ], "exclude": ["**/*.spec.ts", "**/*.spec.tsx"], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] + "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "src/lib/run-tab/*.tsx"] }