Danya H
edafb5289e
- fixed inconsistent rpc build - changed project-wide naming convention to prefix with "FW_" instead of "RageFW_"
18 lines
332 B
JSON
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"]
|
|
} |