From 560c22e6cbc8f523cf1e351bdc66759b653346bd Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 16 Nov 2024 17:21:11 +0800 Subject: [PATCH] ts paths --- app/tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tsconfig.app.json b/app/tsconfig.app.json index c811fcb..d7ec633 100644 --- a/app/tsconfig.app.json +++ b/app/tsconfig.app.json @@ -23,5 +23,5 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, - "include": ["src"] + "include": ["src","../themes"] }