Support for the basics of federation #1
1 changed files with 11 additions and 1 deletions
12
deno.json
12
deno.json
|
@ -11,5 +11,15 @@
|
||||||
},
|
},
|
||||||
"unstable": [
|
"unstable": [
|
||||||
"temporal"
|
"temporal"
|
||||||
]
|
],
|
||||||
|
"lint": {
|
||||||
|
"rules": {
|
||||||
|
"exclude": [
|
||||||
|
"no-implicit-any",
|
||||||
|
"no-explicit-any",
|
||||||
|
"no-inner-declarations",
|
||||||
|
"no-var"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue