Skip to content

Commit

Permalink
Merge pull request #248 from aesirxio/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vietredweb authored Oct 2, 2024
2 parents fb1f392 + 18086f8 commit 29597ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/aesirx-lib.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'aesirx-lib';
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
"moduleResolution": "node",
},

"include": [
"src/**/*"
],
"include": ["src/**/*", "src/aesirx-lib.d.ts"],

"files": [
"src/types.d.ts",
],
Expand Down

0 comments on commit 29597ed

Please sign in to comment.