tsconfig: enable noFallthroughCasesInSwitch & noUncheckedSideEffectImports

merge-requests/3241/head
Alex Gleason 2024-11-09 16:42:52 -06:00
rodzic 2052663a2c
commit 4c4f1ecd80
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,8 @@
"allowJs": true,
"isolatedModules": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"esModuleInterop": true,