Skip to content

Commit f5dbf03

Browse files
authored
Merge pull request #3402 from GoogleChrome/add/composite-compiler-option
Add composite to compilerOptions in the TypeScript config for packages that reference other packages
2 parents 77dc1bd + c70f0bf commit f5dbf03

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

packages/workbox-background-sync/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-broadcast-update/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-build/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"esModuleInterop": true,
56
"module": "CommonJS",
67
"outDir": "./build",

packages/workbox-cacheable-response/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-core/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-expiration/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-google-analytics/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-routing/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

packages/workbox-strategies/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"outDir": "./",
56
"rootDir": "./src",
67
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"

0 commit comments

Comments
 (0)