client/apps/tauri/tsconfig.json
Alois ebd2a364a7
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
(feat): update android version stuff to better fit obtainium's needs
2026-05-23 17:11:16 +02:00

13 lines
271 B
JSON

{
"compilerOptions": {
"types": ["node"],
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src", "./render-version.ts"]
}