fix(all): Minor changes in PROD.

This commit is contained in:
Rodrigo Rodriguez 2023-07-28 20:28:43 -03:00
parent 8426eb4d1f
commit e829f3725a

View file

@ -1,5 +1,8 @@
{ {
"extends": [ "extends": [
"development" "development"
] ],
"hints": {
"typescript-config/strict": "off"
}
} }