p94-ts/default.project.json

77 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2021-09-20 03:47:07 +03:00
{
"name": "roblox-ts-game",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Server": {
2021-09-20 03:47:07 +03:00
"$path": "out/server"
},
"Game": {
"$path": "out/game"
2021-09-20 03:47:07 +03:00
}
},
"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"
2021-09-20 03:47:07 +03:00
}
},
"Output": {
"$className": "RemoteEvent",
"$properties": {
"Name": "Output"
2021-09-20 03:47:07 +03:00
}
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
},
"SoundService": {
"$className": "SoundService",
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}