Update AppImage

This commit is contained in:
MacRimi
2025-09-28 23:05:59 +02:00
parent 38569ff7fc
commit a8e7119b4a
84 changed files with 6024 additions and 2204 deletions

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es6"],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"target": "ES6",
"skipLibCheck": true,
"strict": true,
"noEmit": true,
@@ -17,7 +18,6 @@
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}