feat: adopt shared TeamHUB cursor theme
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled

This commit is contained in:
Vadim Malanov
2026-06-20 19:14:04 +03:00
parent d27dd0ffbb
commit 9b84e38f5a
9 changed files with 45 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"strict": true
"strict": true,
"outDir": "dist/tsc-node"
},
"include": ["vite.config.ts"]
}