rage-framework/rpc/tsconfig.json
Danya H edafb5289e upd (fw):
- fixed inconsistent rpc build
- changed project-wide naming convention to prefix with "FW_" instead of "RageFW_"
2025-01-30 19:40:09 +00:00

18 lines
332 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "RPC",
"compilerOptions": {
"moduleResolution": "node",
"lib": [
"es2022",
"dom"
],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
},
"include": [
"src"
],
"extends": ["../tsconfig.ragefw.json"]
}