rage-framework/client/tsconfig.json

10 lines
151 B
JSON
Raw Permalink Normal View History

{
2024-06-10 00:53:42 +00:00
"extends": "../tsconfig.json",
"compilerOptions": {
2024-06-10 00:53:42 +00:00
"typeRoots": [
"@ragempcommunity/types-client"
],
"baseUrl": "./src"
}
}