Add common stuff and week 1 materials

This commit is contained in:
2026-09-07 14:27:33 +03:00
parent 5ca5489c8e
commit bc8d2d44b6
17 changed files with 1889 additions and 0 deletions
+37
View File
@@ -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"
}
]
}