[ci] format

This commit is contained in:
FabianLars
2024-01-23 11:41:21 +00:00
committed by tauri-bot
parent 711a277f34
commit 486bd6c898
2 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
"target": "ES2021",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
}
"skipLibCheck": true,
},
}

View File

@@ -4,7 +4,7 @@
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@assets/*": ["src/assets/*"]
}
}
"@assets/*": ["src/assets/*"],
},
},
}