chore: format code

This commit is contained in:
GitHub Action
2025-09-15 07:31:02 +00:00
parent df046e5e04
commit e716271466

View File

@@ -4,20 +4,11 @@
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": [
"vite/client"
],
"lib": [
"DOM",
"DOM.Iterable",
],
"customConditions": [
"development"
],
"types": ["vite/client"],
"lib": ["DOM", "DOM.Iterable"],
"customConditions": ["development"],
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
}
}
}