Files
TFG/kubejs/jsconfig.json
Dmitry d21e1a9227 some
2024-01-10 21:01:48 +07:00

16 lines
309 B
JSON

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