diff --git a/examples/static-mpa-offline/tsconfig.json b/examples/static-mpa-offline/tsconfig.json index 174f9cbf..a5cb75c5 100644 --- a/examples/static-mpa-offline/tsconfig.json +++ b/examples/static-mpa-offline/tsconfig.json @@ -1,4 +1,4 @@ { - "extends": "../tsconfig.json", + "extends": "../../tsconfig.json", "include": ["src/**/*.ts"] } diff --git a/examples/static-mpa-workbox-offline/tsconfig.json b/examples/static-mpa-workbox-offline/tsconfig.json index 174f9cbf..a5cb75c5 100644 --- a/examples/static-mpa-workbox-offline/tsconfig.json +++ b/examples/static-mpa-workbox-offline/tsconfig.json @@ -1,4 +1,4 @@ { - "extends": "../tsconfig.json", + "extends": "../../tsconfig.json", "include": ["src/**/*.ts"] }