refactor: project into monorepo

This commit is contained in:
Aleksi Lassila
2025-08-09 13:39:48 +03:00
parent b28f3be8b7
commit d831c59647
335 changed files with 25170 additions and 7846 deletions

View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}