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": [
|
||||
"temporal"
|
||||
]
|
||||
],
|
||||
"lint": {
|
||||
"rules": {
|
||||
"exclude": [
|
||||
"no-implicit-any",
|
||||
"no-explicit-any",
|
||||
"no-inner-declarations",
|
||||
"no-var"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue