fix:#71 fixed formatting and import for moment

This commit is contained in:
masterElmar
2023-11-17 20:49:25 +01:00
parent 0ac7264bdb
commit 4341654470
3 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true
},
"paths": {
"@/*": ["./src/*"]