From 6a90015e88cc8d243bff927d114f3cf9b6eb4a69 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 23 Dec 2024 09:30:00 -0800 Subject: [PATCH] Fix build --- packages/util/tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/util/tsconfig.json b/packages/util/tsconfig.json index b9da17a9..5844fa9f 100644 --- a/packages/util/tsconfig.json +++ b/packages/util/tsconfig.json @@ -8,9 +8,7 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "types": [ - "@nx.js/runtime" - ] + "types": [] }, "include": [ "src/**/*.ts"