learn-flutter/tsconfig.json
2025-05-13 17:13:42 +09:00

5 lines
109 B
JSON

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