Files
moeka-project/docs/tsconfig.json
T
2025-02-08 23:22:30 +07:00

11 lines
129 B
JSON

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