From a38e61c30798efa3ab2231f99537828be5d5637b Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 14:17:46 +0800 Subject: feat: add prismjs dependency and update TypeScript configuration Added the prismjs library for syntax highlighting and its corresponding type definitions. Updated the TypeScript configuration to use "bundler" for module resolution, enhancing compatibility with modern module systems. This update improves the development experience and supports better code presentation. --- ui/tsconfig.app.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/tsconfig.app.json') diff --git a/ui/tsconfig.app.json b/ui/tsconfig.app.json index 31c18cf..addb46d 100644 --- a/ui/tsconfig.app.json +++ b/ui/tsconfig.app.json @@ -5,6 +5,7 @@ "target": "ES2022", "useDefineForClassFields": true, "module": "ESNext", + "moduleResolution": "bundler", "types": ["svelte", "vite/client"], "noEmit": true, /** -- cgit v1.2.3-70-g09d2