Skip to content

Commit

Permalink
Fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Jan 31, 2025
1 parent 1750255 commit 5435780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/go-v2/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{ "path": "../../../packages/commons/core-utils" },
{ "path": "../../../packages/commons/path-utils" },
{ "path": "../../base" },
{ "path": "../ast" }
{ "path": "../ast" },
{ "path": "../base" }
]
}

0 comments on commit 5435780

Please sign in to comment.