summaryrefslogtreecommitdiffhomepage
path: root/client/web/tsconfig.json
AgeCommit message (Collapse)AuthorFilesLines
2024-02-23client/web: update vite and vitest to latest versions (#11200)Mario Minardi1-0/+1
Update vite to 5.1.4, and vitest to 1.3.1 (their latest versions). Also remove vite-plugin-rewrite-all as this is no longer necessary with vite 5.x and has a dependency on vite 4.x. Updates https://github.com/tailscale/corp/issues/17715 Signed-off-by: Mario Minardi <mario@tailscale.com>
2023-09-28client/web: add debug mode for web client ui updatesSonia Appasamy1-0/+1
UI updates staged behind debug mode flags. Initial new views added in app.tsx, rendered based on the current debug setting. Updates tailscale/corp#14335 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-11client/web: add tsconfig.jsonSonia Appasamy1-0/+16
Also allows us to use absolute import paths (see change in index.tsx). Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>