intial commit

This commit is contained in:
Ned Halksworth
2026-05-15 21:36:13 +01:00
commit f108214df8
23 changed files with 9588 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts", "tailwind.config.ts"]
}