[chore] add @Log decorator + add logs for LivShortcuts

This commit is contained in:
MathieuG-P
2024-01-21 15:22:09 +01:00
parent d6aad2690c
commit bb4ce5505a
7 changed files with 108 additions and 6 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"resolveJsonModule": true,
"allowJs": true,
"outDir": "release/app/dist",
"strictNullChecks": false
"strictNullChecks": false,
"experimentalDecorators": true
},
"exclude": ["test", "release/build", "release/app/dist", ".erb/dll"]
}