rage-framework/server/tsconfig.json

10 lines
151 B
JSON
Raw Normal View History

2024-06-08 22:35:14 +00:00
{
2024-06-10 00:53:42 +00:00
"extends": "../tsconfig.json",
2024-06-08 22:35:14 +00:00
"compilerOptions": {
2024-06-10 00:53:42 +00:00
"typeRoots": [
"@ragempcommunity/types-server"
2024-06-09 21:53:59 +00:00
],
2024-06-10 00:53:42 +00:00
"baseUrl": "./src"
2024-06-08 22:35:14 +00:00
}
}