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

12 lines
288 B
JSON
Raw Normal View History

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