mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": ".",
|
|
"types": ["@citizenfx/server"]
|
|
},
|
|
"include": ["./**/*"],
|
|
"exclude": ["**/node_modules"]
|
|
} |