Update localization setup

This commit is contained in:
Jorge Vargas 2025-05-18 11:57:15 -06:00
parent a5fde1b6c8
commit 3a9f558672
7 changed files with 29 additions and 31 deletions

View file

@ -6,6 +6,7 @@
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": "src",
"strictNullChecks": true
"strictNullChecks": true,
"allowJs": true
}
}