roblox-project-template/luau_lsp_settings.json

18 lines
580 B
JSON
Raw Permalink Normal View History

2024-11-11 19:35:24 +01:00
{
"luau-lsp.platform.type": "roblox",
"luau-lsp.sourcemap.rojoProjectFile": "default.project.json",
"luau-lsp.require.mode": "relativeToFile",
"luau-lsp.require.directoryAliases": {
"@lune/": ".lune/.lune-defs/",
"@pkg/": "roblox_packages/",
"@net/": "src/net/",
"@server/": "src/server/",
"@services/": "src/server/services/",
"@srv_systems/": "src/server/services/systems/",
"@client/": "src/client/",
"@controllers/": "src/client/controllers/",
"@clt_systems/": "src/client/controllers/systems/",
"@shared/": "src/shared/"
}
}