Skip to content

Commit

Permalink
feat(npm): Add TypeScript types to @fastly/cli (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 authored Aug 20, 2024
1 parent 4fa76b8 commit c62c0f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions npm/@fastly/cli/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '@fastly/cli' {
const location: string;
export default location;
}
1 change: 1 addition & 0 deletions npm/@fastly/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"decompress-targz": "^4.1.1"
},
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit c62c0f8

Please sign in to comment.