From 6e827308ce332a842c87f19d7adedf827544317e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 5 Sep 2024 22:44:37 +0100 Subject: Adds GUI with basic histogram --- gui/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gui/tsconfig.json (limited to 'gui/tsconfig.json') diff --git a/gui/tsconfig.json b/gui/tsconfig.json new file mode 100644 index 0000000..1ffef60 --- /dev/null +++ b/gui/tsconfig.json @@ -0,0 +1,7 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ] +} -- cgit v1.2.3