diff options
Diffstat (limited to 'packages/integrations/markdoc/test')
-rw-r--r-- | packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json | 2 | ||||
-rw-r--r-- | packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json b/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json index 074b45907..c193287fc 100644 --- a/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json +++ b/packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json @@ -6,6 +6,6 @@ "~/assets/*": ["src/assets/*"] }, }, - "include": ["**/*", ".astro/types.d.ts"], + "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 7c03d38d1..f993eddf6 100644 --- a/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json +++ b/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json @@ -4,6 +4,6 @@ "jsx": "react-jsx", "jsxImportSource": "preact" }, - "include": ["**/*", ".astro/types.d.ts"], + "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"] }
\ No newline at end of file |