p94-ts/default.project.json
loplkc 894def692c Further progress with Entity Manager
~ Made some changes to try to make it compile (doesn't compile yet)
2022-05-27 18:57:52 -04:00

76 lines
1.3 KiB
JSON

{
"name": "roblox-ts-game",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Server": {
"$path": "out/server"
},
"Game": {
"$path": "out/game"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"Client": {
"$path": "out/client"
}
}
},
"Players": {
"$className": "Players",
"$properties": {
"CharacterAutoLoads": false
}
},
"Workspace": {
"$className": "Workspace",
"$properties": {
"FilteringEnabled": true
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"rbxts_include": {
"$path": "include",
"node_modules": {
"$path": "node_modules/@rbxts"
}
},
"TS": {
"$path": "out/shared"
},
"Input": {
"$className": "RemoteEvent",
"$properties": {
"Name": "Input"
}
},
"Output": {
"$className": "RemoteEvent",
"$properties": {
"Name": "Output"
}
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
},
"SoundService": {
"$className": "SoundService",
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}