Skip to content

Commit

Permalink
declaring img files and update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexZ7000 committed Aug 19, 2024
1 parent bb5543b commit c8e9528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ In root folder run this command
```node
npm install
```

Template made in NodeJS: 20.11.0
3 changes: 3 additions & 0 deletions src/app/utils/@types/img.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "*.png";
declare module "*.jpg";
declare module "*.jpeg";

0 comments on commit c8e9528

Please sign in to comment.