2024-06-12 22:59:21 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2024-10-03 17:59:41 +00:00
|
|
|
"lib": ["DOM", "ESNext"],
|
2024-06-12 22:59:21 +00:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"baseUrl": "./src",
|
|
|
|
"types": [
|
|
|
|
"../../node_modules/@ragempcommunity/types-server",
|
|
|
|
"../shared/declarations/rage-fw-shared-types/"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|