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": [
{
"filePath": "./src/index.ts",
"outFile": "./dist/index.d.ts",
"libraries": {
"inlinedLibraries": ["@ragempcommunity/types-client"]
}
"outFile": "./dist/index.d.ts"
}
]
}

View File

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