rage-framework-example/apps/server/tsconfig.json
Oleksandr Honcharov 9ab27a83dd init
2024-06-13 01:59:21 +03:00

12 lines
254 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"baseUrl": "./src",
"types": [
"../../node_modules/@ragempcommunity/types-server",
"../shared/declarations/rage-fw-shared-types/"
]
}
}