Skip to content

Commit

Permalink
try fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano1993 committed Dec 15, 2023
1 parent c97a17e commit 36eded3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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.6alpha",
"version": "0.2.6beta",
"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
14 changes: 6 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,13 @@
},
"exclude": [
"src/**/*.tsx",
"src/components/*",
"src/stubs/angular/component.component.ts",
"src/stubs/angular/component.component.spec.ts"
],
"include": [
"src/**/*.ts",
"src/**/*.mts",
"src/**/*.cts",
"utils/*.ts",
"utils/*.mts",
"./src/**/*.ts",
"./src/**/*.mts",
"./src/**/*.cts",
"./utils/*.ts",
"./utils/*.mts",
"./cmd/*.mts",
]
}

0 comments on commit 36eded3

Please sign in to comment.