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