rage-framework/server/tsconfig.json
Oleksandr Honcharov 8a42309956 refactor
2024-06-10 03:53:42 +03:00

10 lines
151 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"typeRoots": [
"@ragempcommunity/types-server"
],
"baseUrl": "./src"
}
}