From f24cfc32734a168254f0c0e4889a989bb69ee444 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 15 Oct 2024 23:20:33 -0400 Subject: populate widgets with actual bookmarks --- extension/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extension/tsconfig.json (limited to 'extension/tsconfig.json') diff --git a/extension/tsconfig.json b/extension/tsconfig.json new file mode 100644 index 0000000..1ffef60 --- /dev/null +++ b/extension/tsconfig.json @@ -0,0 +1,7 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ] +} -- cgit v1.2.3