goopler/default.project.json
2023-08-19 21:44:19 -07:00

72 lines
1.4 KiB
JSON

{
"name": "goopler",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"goopler": {
"$path": "out/src/ServerScriptService"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"rbxts_include": {
"$path": "include",
"node_modules": {
"$className": "Folder",
"@rbxts": {
"$path": "node_modules/@rbxts"
}
}
},
"goopler": {
"$path": "out/src/ReplicatedStorage"
},
"tests": {
"$path": "out/tests"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"goopler": {
"$path": "out/src/StarterPlayer/StarterPlayerScripts"
}
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"$path": "out/src/StarterPlayer/StarterCharacterScripts"
}
},
"StarterPack": {
"$className": "StarterPack",
"$path": "out/src/StarterPack"
},
"Workspace": {
"$className": "Workspace",
"$properties": {
"FilteringEnabled": true
},
"goopler": {
"$path": "out/src/Workspace"
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
},
"SoundService": {
"$className": "SoundService",
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}