style: format code for consistency across multiple files
Some checks failed
/ print-content (push) Failing after 26s

This commit is contained in:
암냥 2026-09-07 08:07:33 +09:00
commit e33f173101
11 changed files with 364 additions and 363 deletions

View file

@ -1,11 +1,11 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}