2024-06-08 22:35:14 +00:00
|
|
|
{
|
2024-06-10 19:39:59 +00:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
2025-01-29 14:57:58 +00:00
|
|
|
"display": "Server",
|
2024-06-08 22:35:14 +00:00
|
|
|
"compilerOptions": {
|
2025-01-28 14:35:38 +00:00
|
|
|
"types": ["./node_modules/@ragempcommunity/types-server/index.d.ts"]
|
2025-01-29 14:57:58 +00:00
|
|
|
},
|
|
|
|
"extends": ["../tsconfig.ragefw.json"]
|
2024-06-08 22:35:14 +00:00
|
|
|
}
|