mirror of
https://github.com/Ukendio/jecs.git
synced 2025-11-14 15:32:53 +00:00
Merge a7906644ed into 07593a4b99
This commit is contained in:
commit
58b7b76310
1 changed files with 6 additions and 6 deletions
12
.luaurc
12
.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