upd (fw): versions bump + configs
This commit is contained in:
@@ -14,12 +14,15 @@
|
||||
"build": "tsup"
|
||||
},
|
||||
"dependencies": {
|
||||
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||
"zod": "^3.23.8"
|
||||
"@entityseven/rage-fw-rpc": "0.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@entityseven/rage-fw-shared-types": "0.2.0",
|
||||
"@ragempcommunity/types-cef": "^2.1.8"
|
||||
"@ragempcommunity/types-cef": "catalog:",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"description": "Package used on a browser-side of your Rage:MP Server",
|
||||
"keywords": [
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"types": ["./node_modules/@ragempcommunity/types-cef/index.d.ts", "node"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
import { defineConfig } from 'tsup'
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
entry: ['src/**/*.ts'],
|
||||
outDir: './dist',
|
||||
format: ['cjs'],
|
||||
noExternal: ['rage-rpc'],
|
||||
experimentalDts: true,
|
||||
splitting: false,
|
||||
bundle: false,
|
||||
sourcemap: false,
|
||||
clean: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user