UNPKG
roson
Version:
latest (9.4.3)
9.4.3
9.4.2
9.4.1
9.4.0
9.3.9
9.3.8
9.3.7
A Database and BackEnd Package For NekroJS Framework.
github.com/NekroJS/Roson
NekroJS/Roson
roson
/
jsconfig.json
11 lines
•
217 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"module"
:
"Node16"
,
"target"
:
"es2022"
}
,
"exclude"
:
[
"node_modules"
]
,
"include"
:
[
"src/*"
,
"lib/*"
]
,
"buildOptions"
:
{
"verbose"
:
true
}
}