chore: remove axios dependency from CLI (#6888)
This commit is contained in:
12
open-api/typescript-sdk/tsconfig.fetch.json
Normal file
12
open-api/typescript-sdk/tsconfig.fetch.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user