Enable always strict rule (#2710)

This commit is contained in:
Michał Droń 2022-11-30 11:27:23 +01:00 committed by GitHub
parent 20c69efe16
commit ea306ec11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitThis": true,
"alwaysStrict": true,
"paths": {
"@assets/*": ["assets/*"],
"@locale/*": ["locale/*"],