1
0
Files
wheat-server-kubejs/kubejs/jsconfig.json
T

13 lines
223 B
JSON

{
"compilerOptions": {
"lib": [
"ES5",
"ES2015"
],
"typeRoots": [
"./probe/generated",
"./probe/user"
],
"target": "ES2015"
}
}