Update formats of a blog page

This commit is contained in:
Daisuke Nakahara 2025-05-09 20:20:02 +09:00
parent c23ff1633c
commit fc2a5be2e7
4 changed files with 16 additions and 9 deletions

View file

@ -9,6 +9,8 @@
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
"jsxImportSource": "preact",
"strictNullChecks": true,
"allowJs": true
}
}