summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2024-09-11 14:40:15 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-11 14:40:15 +0200
commit74722cb81c46d4d29c8c5a2127f896da4d8d3235 (patch)
tree264e7f3eacc34c4967b2c36fa8de67d44a7a213f /packages/integrations/markdoc/test
parent518433e433fe69ee3bbbb1f069181cd9eb69ec9a (diff)
downloadastro-74722cb81c46d4d29c8c5a2127f896da4d8d3235.tar.gz
astro-74722cb81c46d4d29c8c5a2127f896da4d8d3235.tar.zst
astro-74722cb81c46d4d29c8c5a2127f896da4d8d3235.zip
feat(next): reference astro/client from astro/config (#11925)
Diffstat (limited to 'packages/integrations/markdoc/test')
-rw-r--r--packages/integrations/markdoc/test/fixtures/image-assets/tsconfig.json2
-rw-r--r--packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json2
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