-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.project.json
51 lines (51 loc) · 954 Bytes
/
default.project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "roblox-ts-game",
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Aero": {
"$path": "out/internal/server"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"rbxts_include": {
"$path": "include",
"node_modules": {
"$path": "node_modules/@rbxts"
}
},
"Aero": {
"$className": "Folder",
"Shared": {
"$path": "out/Shared",
"AeroInternal": {
"$path": "out/internal/Aero"
}
},
"Internal": {
"$path": "out/internal/shared"
}
}
},
"ServerStorage": {
"$className": "ServerStorage",
"Aero": {
"$path": "out/Server"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"Aero": {
"$path": "out/Client",
"Internal": {
"$path": "out/internal/client"
}
}
}
}
}
}