astro-sw/demo-static/tsconfig.json
Ayo cbe210855e
Some checks are pending
Demo / Explore-CI (push) Waiting to run
chore: add new demo-static
2026-05-15 20:25:36 +02:00

5 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}