You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-en_US.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ pnpm i openapi-ts-request -D
29
29
30
30
### CosmiConfig
31
31
32
-
create ```openapi-ts.config.ts``` file in the project root directory
33
-
> the config file also supports ***.openapi-ts.ts***, ***openapi-ts.config.cjs*** format, reference [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig?tab=readme-ov-file#cosmiconfig)
32
+
create ```openapi-ts-request.config.ts``` file in the project root directory
33
+
> the config file also supports ***.openapi-ts-request.ts***, ***openapi-ts-request.config.cjs*** format, reference [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig?tab=readme-ov-file#cosmiconfig)
34
34
35
35
```ts
36
36
exportdefault {
@@ -63,7 +63,7 @@ npm run openapi
63
63
64
64
### JS
65
65
66
-
create a new ```openapi-ts.config.js``` file in any directory ```xxx/xxx```
66
+
create a new ```openapi-ts-request.config.js``` file in any directory ```xxx/xxx```
0 commit comments