When building a project via rojo with default.project.json
:
{
"name": "typecheckingtest",
"emitLegacyScripts": false,
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Test": {
"$path": "src/Test"
},
"MainModule": {
"Value": {
"$className": "Folder",
"Packages": {
"$path": "Packages"
}
},
"$path": "src/MainModule"
}
}
}
}
With the following hierarchy:
It produces:
Instead of my desired effect of:
How can I fix this?