Skip to content

Commit

Permalink
chore(repo): remove tsconfig files from the published output (nrwl#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jun 16, 2021
1 parent 374a9d6 commit 9245826
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
{
"input": "packages/nx",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -113,6 +114,7 @@
{
"input": "packages/tao",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -195,6 +197,7 @@
{
"input": "packages/devkit",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -274,6 +277,7 @@
{
"input": "packages/workspace",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -364,6 +368,7 @@
{
"input": "packages/web",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -439,6 +444,7 @@
{
"input": "packages/cypress",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -513,6 +519,7 @@
{
"input": "packages/jest",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -597,6 +604,7 @@
{
"input": "packages/storybook",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -682,6 +690,7 @@
{
"input": "packages/react",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -757,6 +766,7 @@
{
"input": "packages/nx-plugin",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -832,6 +842,7 @@
{
"input": "packages/node",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -912,6 +923,7 @@
{
"input": "packages/next",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -987,6 +999,7 @@
{
"input": "packages/nest",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1062,6 +1075,7 @@
{
"input": "packages/linter",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1137,6 +1151,7 @@
{
"input": "packages/express",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1212,6 +1227,7 @@
{
"input": "packages/eslint-plugin-nx",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1287,6 +1303,7 @@
{
"input": "packages/create-nx-workspace",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1370,6 +1387,7 @@
{
"input": "packages/create-nx-plugin",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1453,6 +1471,7 @@
{
"input": "packages/cli",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -1541,6 +1560,7 @@
{
"input": "packages/angular",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down Expand Up @@ -2064,6 +2084,7 @@
{
"input": "packages/gatsby",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
Expand Down

0 comments on commit 9245826

Please sign in to comment.