UNPKG
@lpc-lang/core
Version:
latest (1.1.43)
1.1.43
1.1.39
1.1.38
1.1.36
1.1.35
1.1.33
1.1.31
1.1.30
1.1.29
1.1.27
1.1.26
1.1.2-5.2
1.1.2-5.1
LPC Language Compiler Library
github.com/jlchmura/lpc-language-server
jlchmura/lpc-language-server
@lpc-lang/core
/
src
/
efuns
/
ldmud
/
lpc-config.json
10 lines
(9 loc)
•
127 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"driver"
:
{
"type"
:
"ldmud"
}
,
"include"
:
[
"./"
]
,
"compilerOptions"
:
{
"noLib"
:
true
}
}