banana-mc/kubejs/jsconfig.json
2025-07-20 23:03:14 +02:00

16 lines
309 B
JSON

{
"compilerOptions": {
"lib": [
"ES5",
"ES2015"
],
"rootDirs": [
"probe/generated",
"probe/user",
"server_scripts",
"startup_scripts",
"client_scripts"
],
"target": "ES2015"
}
}