JSON doesn't have comments :(

This commit is contained in:
Varun Saini 2023-07-31 13:36:48 -07:00
parent c4f310b4c7
commit 3a1ab9b093

View file

@ -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",