client fixes

This commit is contained in:
Oleksandr Honcharov 2024-06-10 04:55:38 +03:00
parent 884d843c05
commit 599b1fb5c8
2 changed files with 3 additions and 5 deletions

View File

@ -6,10 +6,7 @@
"entries": [ "entries": [
{ {
"filePath": "./src/index.ts", "filePath": "./src/index.ts",
"outFile": "./dist/index.d.ts", "outFile": "./dist/index.d.ts"
"libraries": {
"inlinedLibraries": ["@ragempcommunity/types-client"]
}
} }
] ]
} }

View File

@ -9,7 +9,8 @@
"types": "dts-bundle-generator --config dts.config.json" "types": "dts-bundle-generator --config dts.config.json"
}, },
"peerDependencies": { "peerDependencies": {
"rage-fw-shared-types": "workspace:^" "rage-fw-shared-types": "workspace:^",
"@ragempcommunity/types-client": "^2.1.8"
}, },
"keywords": [], "keywords": [],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",