run prettier

This commit is contained in:
David Soria Parra
2024-11-04 21:29:59 +00:00
parent 752631f5a1
commit 216c8a15d5
12 changed files with 102 additions and 101 deletions

View File

@@ -2,9 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
},
"target": "ES2020",