This commit is contained in:
Tejas Kumar
2026-04-02 10:30:35 +02:00
commit b29905a3ac
20 changed files with 2941 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"outDir": "dist"
},
"include": ["src"]
}