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
/
fluffos
/
lpc-config.json
11 lines
(10 loc)
•
155 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"driver"
:
{
"type"
:
"fluffos"
}
,
"include"
:
[
"./"
]
,
"compilerOptions"
:
{
"noLib"
:
true
}
,
"diagnostics"
:
"off"
}