From a3351acfb5578216a67ea56d4905f201b15fee92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20G=C5=82ownia?= Date: Wed, 20 Sep 2023 10:32:39 +0200 Subject: [PATCH] feat: rollback tsconfig changes --- libs/withdraws/tsconfig.lib.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/libs/withdraws/tsconfig.lib.json b/libs/withdraws/tsconfig.lib.json index 7468b08d1..4e433b5c4 100644 --- a/libs/withdraws/tsconfig.lib.json +++ b/libs/withdraws/tsconfig.lib.json @@ -15,12 +15,5 @@ "**/*.test.jsx", "jest.config.ts" ], - "include": [ - "**/*.js", - "**/*.jsx", - "**/*.ts", - "**/*.tsx", - "src/lib/use-create-withdraw.ts", - "src/lib/use-complete-withdraw.ts" - ] + "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] }