rage-framework/client/tsconfig.json

9 lines
223 B
JSON
Raw Normal View History

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