(feat): update android version stuff to better fit obtainium's needs
All checks were successful
/ build-web (push) Successful in 1m8s
/ build-desktop (push) Successful in 10m57s
/ build-mobile (push) Successful in 15m24s
/ release (push) Successful in 22s

This commit is contained in:
Alois 2026-05-23 17:11:16 +02:00
commit ebd2a364a7
8 changed files with 90 additions and 9 deletions

View file

@ -1,5 +1,6 @@
{
"compilerOptions": {
"types": ["node"],
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
@ -8,5 +9,5 @@
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
"include": ["src", "./render-version.ts"]
}