Adds application

This commit is contained in:
Michel Fedde 2025-08-16 16:22:11 +02:00
commit b2dc69142a
12 changed files with 1683 additions and 0 deletions

15
tsconfig.json Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"_version": "20.1.0",
"compilerOptions": {
"lib": ["es2023"],
"module": "node16",
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node16"
}
}