mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(package): add citizen typings
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"baseUrl": ".",
|
||||
"strict": true,
|
||||
"module": "CommonJS",
|
||||
"types": ["@types/node"],
|
||||
"types": ["@types/node", "@citizenfx/client", "@citizenfx/server"],
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"target": "ESNext",
|
||||
@@ -18,6 +18,6 @@
|
||||
"noImplicitAny": false,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["client"],
|
||||
"include": ["client", "server", "shared"],
|
||||
"exclude": ["**/node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user