From 0f187f792c264ba3d9e7de62b577fbfea0d86386 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 5 Mar 2025 09:22:48 +0100 Subject: Initial vite project --- morsehero/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 morsehero/tsconfig.json (limited to 'morsehero/tsconfig.json') diff --git a/morsehero/tsconfig.json b/morsehero/tsconfig.json new file mode 100644 index 0000000..1ffef60 --- /dev/null +++ b/morsehero/tsconfig.json @@ -0,0 +1,7 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ] +} -- cgit v1.3.1