Skip to content

Commit

Permalink
not incremetnal anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Apr 29, 2024
1 parent 8a9faf1 commit 53d91b0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 48 deletions.
5 changes: 1 addition & 4 deletions libs/@guardian/ab-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/ab-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["."],
"compilerOptions": {
"tsBuildInfoFile": "tsconfig.tsbuildinfo"
}
"include": ["."]
}
5 changes: 1 addition & 4 deletions libs/@guardian/core-web-vitals/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/identity-auth-frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/identity-auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/libs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/newsletter-types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/source-foundations/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}
5 changes: 1 addition & 4 deletions libs/@guardian/source-react-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"incremental": false
}
]
}

0 comments on commit 53d91b0

Please sign in to comment.