Implement Thinkloom desktop MVP

This commit is contained in:
2026-07-17 00:41:22 -07:00
parent 26e5808d66
commit b5e6eafa1c
30 changed files with 12805 additions and 274 deletions
+5 -1
View File
@@ -3,6 +3,7 @@
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"types": ["@cloudflare/workers-types"],
"skipLibCheck": true,
"strict": true,
"noEmit": true,
@@ -30,5 +31,8 @@
".next/dev/types/**/*.ts",
"**/*.mts"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "examples"]
}