mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
JSON doesn't have comments :(
This commit is contained in:
parent
c4f310b4c7
commit
3a1ab9b093
1 changed files with 1 additions and 2 deletions
|
@ -123,9 +123,8 @@ The `paths` array can contain absolute paths, and relative paths are resolved re
|
||||||
|
|
||||||
##### Example Definition
|
##### Example Definition
|
||||||
|
|
||||||
With the given `paths` definition:
|
With the given `paths` definition (`.luaurc` file located in `/Users/johndoe/Projects/MyProject/src`):
|
||||||
```json
|
```json
|
||||||
// .luaurc file in /Users/johndoe/Projects/MyProject/src
|
|
||||||
"paths": [
|
"paths": [
|
||||||
"../dependencies",
|
"../dependencies",
|
||||||
"/Users/johndoe/MyLuauLibraries",
|
"/Users/johndoe/MyLuauLibraries",
|
||||||
|
|
Loading…
Add table
Reference in a new issue