rage-framework/server/tsconfig.json
Danya H 82050004f6 upd (fw):
- sharing same tsconfig
2025-01-29 14:57:58 +00:00

9 lines
223 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Server",
"compilerOptions": {
"types": ["./node_modules/@ragempcommunity/types-server/index.d.ts"]
},
"extends": ["../tsconfig.ragefw.json"]
}