learn-flutter/tsconfig.json
ChangJoo Park(박창주) 341898d4af docs: Update SUMMARY.md
2025-05-13 19:11:34 +09:00

11 lines
149 B
JSON

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