fix: update tsconfig include from astro.config.mjs to astro.config.ts

Addresses review feedback:
https://github.com/Comfy-Org/ComfyUI_frontend/pull/10141#discussion_r2998394514
This commit is contained in:
bymyself
2026-03-26 20:58:56 -07:00
parent 24401f1078
commit c2630e6af1

View File

@@ -5,5 +5,5 @@
"@/*": ["./src/*"]
}
},
"include": ["src/**/*", "astro.config.mjs"]
"include": ["src/**/*", "astro.config.ts"]
}