fix: add ignoreDeprecations to mobile tsconfig to suppress baseUrl warning

This commit is contained in:
Aleksandar 2025-12-15 13:13:31 +01:00
parent 04856021b9
commit 1f7b90b816

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"ignoreDeprecations": "6.0",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,