This commit is contained in:
2022-12-26 06:51:33 +00:00
commit f4d6af9d3b
16 changed files with 11388 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}