chore(luarc): add luarc

Add luarc,
This is entirely to fix a dumb issue where lua-ls seems to detect 3rd
party libs that doesn't exits properly
This commit is contained in:
Robert Morrison 2023-05-05 19:06:46 +01:00
parent 9375a97be9
commit e1f5370ce6
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

3
.luarc.json Normal file
View File

@ -0,0 +1,3 @@
{
"workspace.checkThirdParty": false
}