client fixes
This commit is contained in:
parent
884d843c05
commit
599b1fb5c8
@ -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"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user