neuralgia/kubejs/jsconfig.json
2024-01-10 21:01:48 +07:00

16 lines
No EOL
309 B
JSON

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