Skip to content

Commit

Permalink
feat(ts-client): introduce an experimental typescript client (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 17, 2024
1 parent 3e4f3fd commit 9640d0a
Show file tree
Hide file tree
Showing 48 changed files with 4,910 additions and 107 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ build
.DS_Store
*.log
coverage
tsconfig.vitest-temp.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
pnpm-lock.yaml
coverage
tsconfig.vitest-temp.json
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"source.addMissingImports": "explicit",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
}
},
"prettier.enable": false
}

0 comments on commit 9640d0a

Please sign in to comment.