fix(cli): broken fetch client (#7020)

This commit is contained in:
Jason Rasmussen
2024-02-10 20:47:48 -05:00
committed by GitHub
parent a9e6657a37
commit 6ab3b2a274
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"include": ["fetch.ts", "fetch-client/**/*"],
"include": ["fetch.ts"],
"compilerOptions": {
"target": "esnext",
"strict": true,