From 571061f572a8311a3095167dcbd7e5bc5c9d184d Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Wed, 1 May 2024 05:50:03 +0200 Subject: [PATCH] fix: include ssg-wildcard in tsconfig.e2e.json --- e2e/fixtures/ssg-wildcard/tsconfig.json | 1 + tsconfig.e2e.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/e2e/fixtures/ssg-wildcard/tsconfig.json b/e2e/fixtures/ssg-wildcard/tsconfig.json index 84d0d542f..46dc29503 100644 --- a/e2e/fixtures/ssg-wildcard/tsconfig.json +++ b/e2e/fixtures/ssg-wildcard/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "composite": true, "strict": true, "target": "esnext", "downlevelIteration": true, diff --git a/tsconfig.e2e.json b/tsconfig.e2e.json index 9096de6c9..a58af3277 100644 --- a/tsconfig.e2e.json +++ b/tsconfig.e2e.json @@ -23,6 +23,9 @@ }, { "path": "./e2e/fixtures/ssr-context-provider/tsconfig.json" + }, + { + "path": "./e2e/fixtures/ssg-wildcard/tsconfig.json" } ] }