Ilia Mashkov
1c6427c586
chore: drop vestigial $lib alias
...
$lib pointed at src/lib/, which does not exist, and nothing imported it.
Removed the dead alias from all five declaration sites (tsconfig plus the
vite and three vitest configs). A stray $lib import now fails fast as an
unknown alias instead of resolving to a missing path.
2026-06-02 23:17:27 +03:00
Ilia Mashkov
a9229342e6
test: base playwrignt setup for firefox and chrome
2026-05-28 12:55:10 +03:00
Ilia Mashkov
c18574d4c3
fix: remove deprecated tsconfig property
2026-05-05 17:02:25 +03:00
Ilia Mashkov
6c20a68e19
chore: upgrade core build tooling (vite 8, svelte plugin 7, typescript 6)
2026-05-05 15:34:27 +03:00
Ilia Mashkov
84ac886c33
chore: fix TS alias resolution and SVG mocking for test setup
2026-04-22 09:45:51 +03:00
Ilia Mashkov
8a93c7b545
chore: purge shadcn from codebase. Replace with bits-ui components and other tools
2026-04-17 13:37:44 +03:00
Ilia Mashkov
1976affdff
fix(tsconfig): add noEmit param to awoid errors
2026-01-16 13:14:33 +03:00
Ilia Mashkov
ffad76a4c0
chore: setup vitest
2026-01-06 12:21:33 +03:00
Ilia Mashkov
11014f36af
chore: create aliases for widgets and app layers
2026-01-02 16:07:57 +03:00
Ilia Mashkov
e35c1cb6dd
fix: edit typescript config to avoid import errors
2026-01-02 11:17:16 +03:00
Ilia Mashkov
1321347ac3
feature: move all shadcn related code to src/shared/shadcn
2026-01-01 14:37:18 +03:00
Ilia Mashkov
aa951260a0
chore: migrate to FSD architecture
2026-01-01 13:09:54 +03:00
Ilia Mashkov
7c94622b95
fix(setup): fix tsconfig to work with bundler module resolution
2025-12-30 19:07:51 +03:00
Ilia Mashkov
f3315be32d
chore(setup): migrate from SvelteKit to Svelte
2025-12-30 18:57:58 +03:00
Ilia Mashkov
a204d29bac
fix(setup): Exclude shadcn components from tsc check
2025-12-30 11:25:50 +03:00
Ilia Mashkov
6d70c1ed0e
feat(setup): Add oxlint, dprint, vite, playwright configs
2025-12-30 11:05:13 +03:00
Ilia Mashkov
cd7c4ef9a3
feat(setup): initialize SvelteKit project with TypeScript template
2025-12-26 14:26:37 +03:00