Skip to content

Commit

Permalink
build: add "**/*.ts" to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 3, 2024
1 parent 28da0f6 commit ba341a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testing-projects/jnxplus-e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"include": ["**/*.ts"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
2 changes: 1 addition & 1 deletion testing-projects/jnxplus-smoke-affected/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"include": ["**/*.ts"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
2 changes: 1 addition & 1 deletion testing-projects/jnxplus-smoke-next/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"include": ["**/*.ts"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
2 changes: 1 addition & 1 deletion testing-projects/jnxplus-smoke/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"include": ["**/*.ts"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down

0 comments on commit ba341a7

Please sign in to comment.