From 599b1fb5c8346f7a79cbd12d7acca47700254930 Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Mon, 10 Jun 2024 04:55:38 +0300 Subject: [PATCH] client fixes --- client/dts.config.json | 5 +---- client/package.json | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/client/dts.config.json b/client/dts.config.json index 56d471d..3a5adec 100644 --- a/client/dts.config.json +++ b/client/dts.config.json @@ -6,10 +6,7 @@ "entries": [ { "filePath": "./src/index.ts", - "outFile": "./dist/index.d.ts", - "libraries": { - "inlinedLibraries": ["@ragempcommunity/types-client"] - } + "outFile": "./dist/index.d.ts" } ] } \ No newline at end of file diff --git a/client/package.json b/client/package.json index a7c6451..59e86a1 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,8 @@ "types": "dts-bundle-generator --config dts.config.json" }, "peerDependencies": { - "rage-fw-shared-types": "workspace:^" + "rage-fw-shared-types": "workspace:^", + "@ragempcommunity/types-client": "^2.1.8" }, "keywords": [], "author": "SashaGoncharov19",