chore: init

This commit is contained in:
HerozDotExe 2025-09-28 13:12:46 +02:00
commit acb41dd4bf
18 changed files with 3056 additions and 0 deletions

9
tsconfig.json Normal file
View file

@ -0,0 +1,9 @@
{
"compilerOptions": {
"resolveJsonModule": true,
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"noEmit": true,
}
}