Skip to content

Commit

Permalink
Ignore build-process files in tsconfigs (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed May 21, 2024
1 parent ff58a2a commit ecd3d3a
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions libs/@guardian/ab-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/ab-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"compilerOptions": {
"jsxImportSource": "react"
}
Expand Down
3 changes: 2 additions & 1 deletion libs/@guardian/browserslist-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["."]
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"]
}
3 changes: 2 additions & 1 deletion libs/@guardian/cobalt-plugin-ts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["."]
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"]
}
1 change: 1 addition & 0 deletions libs/@guardian/core-web-vitals/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
3 changes: 2 additions & 1 deletion libs/@guardian/design-tokens/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["."]
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/identity-auth-frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/identity-auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/libs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/newsletter-types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": ["."],
"exclude": ["node_modules", "dist", ".wireit"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/source-foundations/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": [".", ".storybook/*"],
"exclude": ["node_modules", "dist", ".wireit", "storybook-static"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": [".", ".storybook/*"],
"exclude": ["node_modules", "dist", ".wireit", "storybook-static"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/source-react-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.base.json",
"files": ["../../../@types/window.d.ts"],
"include": [".", ".storybook/*"],
"exclude": ["node_modules", "dist", ".wireit", "storybook-static"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/source/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"include": [".", ".storybook/*"],
"exclude": ["node_modules", "dist", ".wireit", "storybook-static"],
"compilerOptions": {
"paths": {
"@guardian/source-foundations": [
Expand Down

0 comments on commit ecd3d3a

Please sign in to comment.