initial commit

This commit is contained in:
2026-05-15 18:35:45 +02:00
commit 0e06d5eefa
11 changed files with 1271 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"]
},
"include": ["src"]
}