summaryrefslogtreecommitdiff
path: root/examples/minimal/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal/astro.config.mjs')
-rw-r--r--examples/minimal/astro.config.mjs5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/minimal/astro.config.mjs b/examples/minimal/astro.config.mjs
index d68cea82c..67c95c240 100644
--- a/examples/minimal/astro.config.mjs
+++ b/examples/minimal/astro.config.mjs
@@ -1,11 +1,6 @@
// Full Astro Configuration API Documentation:
// https://docs.astro.build/reference/configuration-reference
-// @type-check enabled!
-// VSCode and other TypeScript-enabled text editors will provide auto-completion,
-// helpful tooltips, and warnings if your exported object is invalid.
-// You can disable this by removing "@ts-check" and `@type` comments below.
-
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
// Comment out "renderers: []" to enable Astro's default component support.