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",