From ad22dbdfebbb0def2ec2d8e2c91469e9a9e4fdf7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:31:19 +1100 Subject: sideleft: create popdown window --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 6d3a83c..b487066 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,9 @@ "jsxImportSource": "/usr/share/astal/gjs/gtk3", "paths": { "astal": ["/usr/share/astal/gjs"], - "astal/*": ["/usr/share/astal/gjs/*"] + "astal/*": ["/usr/share/astal/gjs/*"], + "config": ["./config"], + "@/*": ["./src/*"] } } } -- cgit v1.2.3-freya