resolved local folder as dependency from workspace

This commit is contained in:
2024-06-10 02:12:27 +01:00
parent 8a42309956
commit 991cec842a
8 changed files with 29 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"types": "dts-bundle-generator --config dts.config.json"
},
"peerDependencies": {
"rage-fw-shared-types": "workspace:shared-types:*"
"rage-fw-shared-types": "workspace:^"
},
"keywords": [],
"author": "SashaGoncharov19",
+1 -1
View File
@@ -1,5 +1,5 @@
import rpc from 'rage-rpc'
import {
import type {
RageFW_ClientEventReturn,
RageFW_ClientEvent,
RageFW_ClientEventArguments,
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference types="@ragempcommunity/types-client" />
import { RageFW_ICustomClientEvent } from 'rage-fw-shared-types'
import type { RageFW_ICustomClientEvent } from 'rage-fw-shared-types'
export type RageFW_ClientEvent =
| keyof RageFW_ICustomClientEvent