Files
GregTech-Modern-Community-Pack/kubejs/jsconfig.json
mina 9c4dbfeef7 1.20.1
ported to 1.20.1
2023-12-09 13:08:34 +00:00

13 lines
223 B
JSON

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