UNPKG
@platinumscripts/ps_lib
Version:
latest (1.0.0)
1.0.0
JS/TS wrapper for ps_lib exports
github.com/Platinum-Scripts/ps_lib
Platinum-Scripts/ps_lib
@platinumscripts/ps_lib
/
server
/
tsconfig.json
9 lines
•
176 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
: {
"outDir"
:
"."
,
"types"
: [
"
@citizenfx
/server"
] },
"include"
: [
"./**/*"
],
"exclude"
: [
"**/node_modules"
] }