rage-framework-example/apps/server/tsconfig.json

12 lines
254 B
JSON
Raw Permalink Normal View History

2024-06-12 22:59:21 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"baseUrl": "./src",
"types": [
"../../node_modules/@ragempcommunity/types-server",
"../shared/declarations/rage-fw-shared-types/"
]
}
}