Update AppImage

This commit is contained in:
MacRimi
2025-09-28 23:09:31 +02:00
parent a8e7119b4a
commit 795d96f8d5
84 changed files with 2251 additions and 6071 deletions

View File

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