UNPKG
projectstarboy_ox_lib
Version:
latest (1.0.1)
1.0.1
JS/TS wrapper for ox_lib exports
github.com/overextended/ox_lib
overextended/ox_lib
projectstarboy_ox_lib
/
server
/
tsconfig.json
11 lines
(10 loc)
•
197 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"strict"
:
true
,
"outDir"
:
"."
,
"types"
:
[
"@citizenfx/server"
]
}
,
"include"
:
[
"./**/*"
]
,
"exclude"
:
[
"**/node_modules"
]
}