Fix tsconfig.json - 2.25 🚀
This commit is contained in:
parent
eea6c96e8e
commit
617fca0094
|
@ -87,8 +87,8 @@ android {
|
|||
applicationId "com.massive"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 36239
|
||||
versionName "2.24"
|
||||
versionCode 36240
|
||||
versionName "2.25"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "massive",
|
||||
"version": "2.24",
|
||||
"version": "2.25",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
|
@ -72,4 +72,4 @@
|
|||
"engines": {
|
||||
"node": ">=16"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,8 +5,8 @@
|
|||
"es2019"
|
||||
],
|
||||
"jsx": "react-native",
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"module": "Node16",
|
||||
"moduleResolution": "Node16",
|
||||
"types": [
|
||||
"react-native",
|
||||
"jest",
|
||||
|
|
Loading…
Reference in New Issue
Block a user