From 38047119ff454e80cddd115bff53e33b32cd9930 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Tue, 3 Sep 2024 17:49:09 +0200 Subject: feat(next): better tsconfig (#11859) Co-authored-by: Sarah Rainsberger Co-authored-by: Bjorn Lu --- .../integrations/markdoc/test/fixtures/image-assets/tsconfig.json | 4 +++- .../markdoc/test/fixtures/render-with-components/tsconfig.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'packages/integrations/markdoc/test') diff --git a/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json b/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json index b5bf6a715..074b45907 100644 --- a/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json +++ b/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json @@ -5,5 +5,7 @@ "paths": { "~/assets/*": ["src/assets/*"] }, - } + }, + "include": ["**/*", ".astro/types.d.ts"], + "exclude": ["dist"] } diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json b/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json index 99df2e61a..7c03d38d1 100644 --- a/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json +++ b/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json @@ -3,5 +3,7 @@ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" - } + }, + "include": ["**/*", ".astro/types.d.ts"], + "exclude": ["dist"] } \ No newline at end of file -- cgit v1.2.3