Skip to content

Commit

Permalink
replace postbuild openapi-typescript command with src/typegen.js and …
Browse files Browse the repository at this point in the history
…enhance the ts comments before writing to index.d.ts

Also updated the eslintrc to ecmaVersion 2020 and node engine minimum
version to 14.8.0 to ensure support for dynamic import syntax
  • Loading branch information
CalebBarnes committed Jan 18, 2025
1 parent 49dac51 commit 9ce4988
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 8,041 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"env": {
Expand Down
Loading

0 comments on commit 9ce4988

Please sign in to comment.