Skip to content

Commit

Permalink
🏷️ global index.d.ts types #56
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Oct 17, 2024
1 parent 5a716fd commit 92751d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layers/common/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './types/common.global';

export {};
1 change: 1 addition & 0 deletions layers/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.1.21",
"description": "common layer for mobile and desktop",
"main": "./nuxt.config.ts",
"types": "./index.d.ts",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
Expand Down

0 comments on commit 92751d7

Please sign in to comment.