Add common stuff and week 1 materials
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"stubPath": "typings",
|
||||
"executionEnvironments": [
|
||||
{
|
||||
"root": "homework/01-guarantees",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "homework/04-broadcast",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "homework/06-membership",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "homework/07-kv-sharding",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "homework/08-kv-replication",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "homework/09-kv-replication-2",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "materials/01-intro/anysystem-intro/ping-pong",
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
{
|
||||
"root": "materials/04-group-comm/seminar/gossip",
|
||||
"reportMissingModuleSource": "none"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user