This repository has been archived on 2026-02-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Memento-old/tsconfig.json
2026-01-12 07:32:10 +13:00

6 lines
109 B
JSON

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