mirror of
https://github.com/CompeyDev/lune-luau-template.git
synced 2024-12-12 12:50:41 +00:00
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"luau-lsp.require.mode": "relativeToFile",
|
|
"luau-lsp.require.directoryAliases": {
|
|
"@lune/": "~/.lune/.typedefs/0.8.6/",
|
|
"@lib": "./lib",
|
|
"@src": "./src"
|
|
}
|
|
}
|