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

13 lines
284 B
JSON
Raw Permalink Normal View History

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