Initial commit
Some checks failed
NPM Audit Check / Check NPM audit (push) Has been cancelled
App Image CI / Build app image (push) Has been cancelled

This commit is contained in:
2025-10-09 18:48:59 -05:00
commit 237d076668
17 changed files with 2357 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"esModuleInterop": true,
"sourceMap": true
},
"include": [
"src"
]
}