Skip to content

Commit

Permalink
[ add ] more specific rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano1993 committed Dec 15, 2023
1 parent 637d558 commit 164f370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "make-js-component",
"version": "0.2.6beta-.2",
"version": "0.2.6beta-.3",
"description": "Easily create your js framework component in one command",
"repository": "https://github.com/Giuliano1993/make-js-component",
"bin": "./cmd/make-js-component.mjs",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"exclude": [
"./src/**/*.tsx",
"./src/components/**/*",
"./src/stubs/**/*",
"./src/components/*",
"./src/stubs/angular/*",
],
}

0 comments on commit 164f370

Please sign in to comment.