chore: remove axios dependency from CLI (#6888)

This commit is contained in:
Ben McCann
2024-02-05 11:29:00 -08:00
committed by GitHub
parent c29976cd6f
commit 6ed33da2a4
218 changed files with 22789 additions and 237 deletions

View File

@@ -0,0 +1,12 @@
{
"include": ["fetch.ts", "fetch-client/**/*"],
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "build/fetch",
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext", "dom"]
}
}