feat: openapi client generation

This commit is contained in:
2025-07-28 17:42:25 +04:00
parent fe6e87f97c
commit cb6a814918
11 changed files with 798 additions and 74 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"types": ["node", "jest", "@testing-library/jest-dom"],
"target": "es5",
"target": "ES2020",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,