Skip to content

Commit 66fafd7

Browse files
committed
type generation from openapi
1 parent e3e1855 commit 66fafd7

File tree

11 files changed

+11910
-5022
lines changed

11 files changed

+11910
-5022
lines changed

.cspell.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
build
1+
build
2+
src/types/openapi.d.ts

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# package.json is formatted by package managers, so we ignore it here
2-
package.json
31
build/

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"cSpell.userWords": [], // only use words from .cspell.json
3-
"cSpell.enabled": true,
42
"editor.formatOnSave": true,
53
"typescript.tsdk": "node_modules/typescript/lib",
64
"typescript.enablePromptUseWorkspaceTsdk": true,

0 commit comments

Comments
 (0)