mirror of
https://github.com/Ukendio/jecs.git
synced 2025-11-14 15:32:53 +00:00
chore: fix aliases paths in luau manifest
This commit is contained in:
parent
57e653fa78
commit
a7906644ed
1 changed files with 6 additions and 6 deletions
10
.luaurc
10
.luaurc
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"aliases": {
|
||||
"jecs": "jecs",
|
||||
"testkit": "tools/testkit",
|
||||
"mirror": "mirror",
|
||||
"tools": "tools",
|
||||
"addons": "addons"
|
||||
"jecs": "./jecs",
|
||||
"testkit": "./tools/testkit",
|
||||
"mirror": "./mirror",
|
||||
"tools": "./tools",
|
||||
"addons": "./addons"
|
||||
},
|
||||
"languageMode": "strict"
|
||||
}
|
||||
Loading…
Reference in a new issue