fix: add ignoreDeprecations to mobile tsconfig to suppress baseUrl warning
This commit is contained in:
parent
04856021b9
commit
1f7b90b816
@ -1,5 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"ignoreDeprecations": "6.0",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user