Support for the basics of federation #1

Merged
steffo merged 8 commits from feature/basics into main 2024-10-17 22:48:14 +00:00
Showing only changes of commit 1310f4a4a4 - Show all commits

View file

@ -11,5 +11,15 @@
}, },
"unstable": [ "unstable": [
"temporal" "temporal"
],
"lint": {
"rules": {
"exclude": [
"no-implicit-any",
"no-explicit-any",
"no-inner-declarations",
"no-var"
] ]
}
}
} }